Skip to content

Commit

Permalink
更新travis版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
crazysunj committed Oct 4, 2019
1 parent ddfbfad commit 7a9e17a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -3,14 +3,14 @@ jdk: oraclejdk8
sudo: false
android:
components:
- android-29
- android-28
- extra-android-support
- extra-android-m2repository
- platform-tools
- tools
before_install:
- chmod +x gradlew
- yes | sdkmanager "platforms;android-29"
- yes | sdkmanager "platforms;android-28"
licenses:
- 'android-sdk-license.*'
script: ./gradlew assembleRelease
4 changes: 2 additions & 2 deletions config.gradle
@@ -1,9 +1,9 @@
ext {
android = [
compileSdkVersion: 29,
compileSdkVersion: 28,
minSdkVersion : 19,
libMinSdkVersion : 14,
targetSdkVersion : 29,
targetSdkVersion : 28,
]

dependencies = [
Expand Down

0 comments on commit 7a9e17a

Please sign in to comment.