Skip to content

Commit

Permalink
android : use buildtools 30.0.3
Browse files Browse the repository at this point in the history
travis : install build tools using sdkmanager (to have the license accepted)
  • Loading branch information
ruleant committed Mar 1, 2022
1 parent 059e7cd commit 292aad1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ dist: xenial
android:
components:
- android-29
- build-tools-29.0.3
env:
global:
# github token
Expand All @@ -14,6 +13,8 @@ env:
- secure: "bbT3Swvy1P0vFgXE5E5Iv9+JU8GG4LZlbwLez2B7s0aOuxEFCnj19M+GAldVAeHCc/z/0Oz+N1p4eRU5OCJY71lZqv5F8ph8ahti7uUylbfoNHM7g1mcmVSNFZ5bgVhnz/RQjEK/o5msqv3UZPRPS023Q5vAbCrftuHOiOiBbCo="
before_install:
- echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
before_install:
- yes | sdkmanager "build-tools;30.0.3"
script:
- ./gradlew clean check assemble
after_success:
Expand Down
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- vagrant : switch to Ubuntu Focal 2020.04 LTS base box
- gradle : disable gradle caching
- PR #197 : Fix data loss in dialogs of MainActivity on screen rotation, thanks to Jan Scheible
- android : use buildtools 30.0.3

v0.8 (released on 03Jan2022)
- issue #183 : add fastlane metadata
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ apply plugin: "de.mannodermaus.android-junit5"

android {
compileSdkVersion 29
buildToolsVersion "29.0.3"
buildToolsVersion "30.0.3"

defaultConfig {
minSdkVersion 14
Expand Down
2 changes: 1 addition & 1 deletion provisioning/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
android_packages:
- "tools"
- "platform-tools"
- "build-tools;29.0.3"
- "build-tools;30.0.3"
- "platforms;android-29"
android_sdk_download:
url : "https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip"
Expand Down

0 comments on commit 292aad1

Please sign in to comment.