File tree Expand file tree Collapse file tree
examples/RoboGuiceExample Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ buildscript {
44 }
55 dependencies {
66 // replace with the current version of the Android plugin
7- classpath ' com.android.tools.build:gradle:1.2.3 '
7+ classpath ' com.android.tools.build:gradle:1.5.0 '
88 // the latest version of the android-apt plugin
9- classpath ' com.neenbedankt.gradle.plugins:android-apt:1.4 '
9+ classpath ' com.neenbedankt.gradle.plugins:android-apt:1.8 '
1010 }
1111}
1212
@@ -31,12 +31,12 @@ dependencies {
3131
3232
3333android {
34- compileSdkVersion 22
35- buildToolsVersion " 22 .0.1 "
34+ compileSdkVersion 23
35+ buildToolsVersion " 23 .0.2 "
3636
3737 defaultConfig {
3838 minSdkVersion 9
39- targetSdkVersion 22
39+ targetSdkVersion 23
4040 }
4141
4242 lintOptions {
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-2.5 -bin.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.12 -bin.zip
You can’t perform that action at this time.
0 commit comments