Skip to content

Commit d262147

Browse files
committed
update .travis.yml.
1 parent d7aae3b commit d262147

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ String version = versionName()
2020
int code = versionNameToCode(version)
2121

2222
android {
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
}

library/library.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
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" />

0 commit comments

Comments
 (0)