Skip to content

Commit

Permalink
Merge pull request #80 from RankoR/feature/huawei-app-store
Browse files Browse the repository at this point in the history
Feature/huawei app store
  • Loading branch information
RankoR committed Aug 1, 2020
2 parents 44f8b60 + 3bc0266 commit 8d3bf24
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ if: branch = master OR tag IS present

env:
global:
- ANDROID_API=29
- ANDROID_API=30
- EMULATOR_API=21
- ANDROID_BUILD_TOOLS=29.0.3
- ANDROID_BUILD_TOOLS=30.0.1
- RELEASE_APK_DIR=app/build/outputs/apk/release

before_cache:
Expand Down Expand Up @@ -40,6 +40,7 @@ before_script:
- adb shell input keyevent 82 &

script:
- "./gradlew spotlessCheck"
- "./gradlew :library:clean :library:build :library:connectedCheck -PdisablePreDex --stacktrace"
- "./gradlew :app:clean :app:build :app:connectedCheck -PdisablePreDex --stacktrace"

Expand Down

0 comments on commit 8d3bf24

Please sign in to comment.