Skip to content

Commit

Permalink
fix: Fix travis built apk crash
Browse files Browse the repository at this point in the history
  • Loading branch information
haroldadmin committed Mar 14, 2019
1 parent e7bee6c commit 0ede53c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android:
- build-tools-28.0.3
- android-28
before_install:
- yes | ${ANDROID_HOME}/tools/bin/sdkmanager "platforms;android-27"
- yes | ${ANDROID_HOME}/tools/bin/sdkmanager "platforms;android-28"
before_script:
- chmod +x gradlew
- chmod +x generate-apks.sh
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object Versions {
const val kotlinVersion = "1.3.21"
const val supportLib = "1.0.0"
const val designSupportLib = "1.0.0"
const val constraintLayout = "1.1.2"
const val constraintLayout = "1.1.3"
const val junit = "4.12"
const val testRunner = "1.1.0"
const val espresso = "3.1.0"
Expand Down

0 comments on commit 0ede53c

Please sign in to comment.