Skip to content

Commit

Permalink
release Version 4.0.6 (406) try to fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
k3b committed Feb 14, 2024
1 parent bff844f commit b7d83eb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: android

jdk:
- oraclejdk8
- oraclejdk17

android:
components:
- tools # to get the new `repository-11.xml`
- tools # to install Android SDK tools 25.1.x (x = 6 right now)
- android-29
- android-34
- add-on
- extra

Expand All @@ -22,7 +22,8 @@ before_install:
- yes | sdkmanager "platforms;android-23"
- yes | sdkmanager "platforms;android-28"
- yes | sdkmanager "platforms;android-29"
- yes | sdkmanager "platforms;android-34"

script:
- jdk_switcher use oraclejdk8
- jdk_switcher use oraclejdk17
- ./gradlew assemble test

0 comments on commit b7d83eb

Please sign in to comment.