Commit ef1d7a19 authored by Michael Thomsen's avatar Michael Thomsen Committed by GitHub

Update gradle versions in hello_services to those currently shipped in Android Studio (#7587)

parent 03d163ce
......@@ -4,7 +4,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.0'
classpath 'com.android.tools.build:gradle:2.2.3'
}
}
......@@ -19,5 +19,5 @@ task clean(type: Delete) {
}
task wrapper(type: Wrapper) {
gradleVersion = '2.10'
gradleVersion = '2.14.1'
}
......@@ -3,5 +3,5 @@ repositories {
}
dependencies {
compile "com.android.tools.build:gradle:2.1.0"
compile "com.android.tools.build:gradle:2.2.3"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment