File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed
Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 26
5- buildToolsVersion " 26 .0.2"
4+ compileSdkVersion 25
5+ buildToolsVersion " 25 .0.2"
66 defaultConfig {
77 applicationId " leifu.shapeview"
88 minSdkVersion 19
9- targetSdkVersion 26
9+ targetSdkVersion 25
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:26 .+'
27+ compile ' com.android.support:appcompat-v7:25 .+'
2828 testCompile ' junit:junit:4.12'
2929 compile project(' :shapelibrary' )
3030
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
33android {
4- compileSdkVersion 26
5- buildToolsVersion " 26 .0.2"
4+ compileSdkVersion 25
5+ buildToolsVersion " 25 .0.2"
66
77 defaultConfig {
88 minSdkVersion 19
9- targetSdkVersion 26
9+ targetSdkVersion 25
1010 versionCode 1
1111 versionName " 1.0"
1212
@@ -26,7 +26,7 @@ dependencies {
2626 androidTestCompile(' com.android.support.test.espresso:espresso-core:2.2.2' , {
2727 exclude group : ' com.android.support' , module : ' support-annotations'
2828 })
29- compile ' com.android.support:appcompat-v7:26 .+'
29+ compile ' com.android.support:appcompat-v7:25 .+'
3030 testCompile ' junit:junit:4.12'
3131 compile ' com.balysv:material-ripple:1.0.2'
3232}
You can’t perform that action at this time.
0 commit comments