File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ buildscript {
4
4
jcenter()
5
5
}
6
6
dependencies {
7
- classpath ' com.android.tools.build:gradle:1.3.1 '
8
- classpath ' com.neenbedankt.gradle.plugins:android-apt:1.6 '
7
+ classpath ' com.android.tools.build:gradle:1.5.0 '
8
+ classpath ' com.neenbedankt.gradle.plugins:android-apt:1.8 '
9
9
classpath ' com.github.dcendents:android-maven-gradle-plugin:1.3'
10
10
}
11
11
}
12
12
13
13
ext {
14
- compileSdkVersion = 22
15
- buildToolsVersion = ' 22 .0.1 '
14
+ compileSdkVersion = 23
15
+ buildToolsVersion = ' 23 .0.2 '
16
16
minSdkVersion = 15
17
17
targetSdkVersion = 22
18
18
}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-2.5 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.10 -all.zip
You can’t perform that action at this time.
0 commit comments