Skip to content

Commit 4f8f249

Browse files
committed
Use latest tools in RoboGuice example
1 parent 8d53b5b commit 4f8f249

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

examples/RoboGuiceExample/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

3333
android {
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 {

examples/RoboGuiceExample/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=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

0 commit comments

Comments
 (0)