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 25
5- buildToolsVersion " 25 .0.3 "
4+ compileSdkVersion 26
5+ buildToolsVersion " 26 .0.2 "
66 defaultConfig {
77 applicationId " com.dx.dxloadingbutton"
88 minSdkVersion 21
9- targetSdkVersion 25
9+ targetSdkVersion 26
1010 versionCode 1
1111 versionName " 1.0"
1212 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
@@ -24,7 +24,7 @@ dependencies {
2424 androidTestCompile(' com.android.support.test.espresso:espresso-core:2.2.2' , {
2525 exclude group : ' com.android.support' , module : ' support-annotations'
2626 })
27- compile ' com.android.support:appcompat-v7:25.4 .0'
27+ compile ' com.android.support:appcompat-v7:26.1 .0'
2828 testCompile ' junit:junit:4.12'
2929 compile project(' :library' )
3030}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 google()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:3.0.0-beta6 '
8+ classpath ' com.android.tools.build:gradle:3.0.1 '
99 classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5'
1010 }
1111}
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ apply plugin: 'com.android.library'
22apply plugin : ' com.github.dcendents.android-maven'
33
44android {
5- compileSdkVersion 25
6- buildToolsVersion " 25 .0.3 "
5+ compileSdkVersion 26
6+ buildToolsVersion " 26 .0.2 "
77
88 defaultConfig {
99 minSdkVersion 16
10- targetSdkVersion 25
10+ targetSdkVersion 26
1111 versionCode 1
1212 versionName " 1.0"
1313
@@ -27,6 +27,6 @@ dependencies {
2727 androidTestCompile(' com.android.support.test.espresso:espresso-core:2.2.2' , {
2828 exclude group : ' com.android.support' , module : ' support-annotations'
2929 })
30- compile ' com.android.support:appcompat-v7:25.4 .0'
30+ compile ' com.android.support:appcompat-v7:26.1 .0'
3131 testCompile ' junit:junit:4.12'
3232}
You can’t perform that action at this time.
0 commit comments