File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ android:
1616 - build-tools-26.0.0
1717
1818 # The SDK version used to compile your project
19- - android-25
19+ - android-26
2020 - android-22
2121
2222 # Specify at least one system image
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ String version = versionName()
2020int code = versionNameToCode(version)
2121
2222android {
23- compileSdkVersion 28
23+ compileSdkVersion 26
2424 buildToolsVersion ' 25.0.2'
2525 defaultConfig {
2626 // applicationId "com.qiniu.android"
2727 minSdkVersion 9
28- targetSdkVersion 28
28+ targetSdkVersion 26
2929 versionCode code
3030 versionName version
3131 }
Original file line number Diff line number Diff line change 9898 <excludeFolder url =" file://$MODULE_DIR$/build/test-results" />
9999 <excludeFolder url =" file://$MODULE_DIR$/build/tmp" />
100100 </content >
101- <orderEntry type =" jdk" jdkName =" Android API 28 Platform" jdkType =" Android SDK" />
101+ <orderEntry type =" jdk" jdkName =" Android API 26 Platform" jdkType =" Android SDK" />
102102 <orderEntry type =" sourceFolder" forTests =" false" />
103103 <orderEntry type =" library" exported =" " name =" Gradle: com.google.code.findbugs:jsr305:3.0.2@jar" level =" project" />
104104 <orderEntry type =" library" exported =" " name =" Gradle: com.squareup.okio:okio:1.14.0@jar" level =" project" />
You can’t perform that action at this time.
0 commit comments