File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 23
5- buildToolsVersion " 24 .0.2 "
4+ compileSdkVersion 25
5+ buildToolsVersion " 25 .0.1 "
66
77 defaultConfig {
88 applicationId " com.dl7.taglayout"
99 minSdkVersion 14
10- targetSdkVersion 23
10+ targetSdkVersion 25
1111 versionCode 1
1212 versionName " 1.0"
1313 }
@@ -22,6 +22,6 @@ android {
2222dependencies {
2323 compile fileTree(include : [' *.jar' ], dir : ' libs' )
2424 testCompile ' junit:junit:4.12'
25- compile ' com.android.support:appcompat-v7:23.4.0 '
25+ compile ' com.android.support:appcompat-v7:25.0.1 '
2626 compile project(' :taglayout' )
2727}
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ buildscript {
55 jcenter()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:2.1.2'
8+ classpath ' com.android.tools.build:gradle:2.2.2'
9+ classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5'
910
1011 // NOTE: Do not place your application dependencies here; they belong
1112 // in the individual module build.gradle files
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.10 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.14.1 -all.zip
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
2+ apply plugin : ' com.github.dcendents.android-maven'
3+ group= ' com.github.Rukey7'
24
35android {
4- compileSdkVersion 23
5- buildToolsVersion " 24 .0.2 "
6+ compileSdkVersion 25
7+ buildToolsVersion " 25 .0.1 "
68
79 defaultConfig {
810 minSdkVersion 14
9- targetSdkVersion 23
11+ targetSdkVersion 25
1012 versionCode 1
1113 versionName " 1.0"
1214
@@ -26,6 +28,6 @@ dependencies {
2628 androidTestCompile(' com.android.support.test.espresso:espresso-core:2.2.2' , {
2729 exclude group : ' com.android.support' , module : ' support-annotations'
2830 })
29- compile ' com.android.support:appcompat-v7:23.4.0 '
31+ compile ' com.android.support:appcompat-v7:25.0.1 '
3032 testCompile ' junit:junit:4.12'
3133}
You can’t perform that action at this time.
0 commit comments