File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ apply plugin: 'com.github.dcendents.android-maven'
3
3
apply plugin : ' com.jfrog.bintray'
4
4
5
5
android {
6
- compileSdkVersion 21
7
- buildToolsVersion ' 21.1.2 '
6
+ compileSdkVersion 25
7
+ buildToolsVersion ' 25.0.0 '
8
8
9
9
defaultConfig {
10
10
minSdkVersion 14
11
- targetSdkVersion 21
11
+ targetSdkVersion 25
12
12
13
13
versionCode 210
14
14
versionName " 2.1.0"
@@ -23,7 +23,7 @@ android {
23
23
}
24
24
25
25
dependencies {
26
- compile ' com.android.support:support-v4:21 .0.3 '
26
+ compile ' com.android.support:support-v4:25 .0.0 '
27
27
}
28
28
29
29
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ buildscript {
8
8
}
9
9
10
10
dependencies {
11
- classpath ' com.android.tools.build:gradle:1.1 .2'
12
- classpath ' com.github.dcendents:android-maven-plugin:1.2 '
11
+ classpath ' com.android.tools.build:gradle:2.2 .2'
12
+ classpath ' com.github.dcendents:android-maven-gradle- plugin:1.5 '
13
13
classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.0'
14
14
}
15
15
}
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.2 .1-all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.14 .1-all.zip
You can’t perform that action at this time.
0 commit comments