Skip to content

Commit

Permalink
Merge pull request #82 from RankoR/feature/huawei-app-store
Browse files Browse the repository at this point in the history
Fix Android API
  • Loading branch information
RankoR committed Aug 1, 2020
2 parents 8d3bf24 + badd5c0 commit 0e8c8ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
global:
- ANDROID_API=30
- EMULATOR_API=21
- ANDROID_BUILD_TOOLS=30.0.1
- ANDROID_BUILD_TOOLS=29.0.3
- RELEASE_APK_DIR=app/build/outputs/apk/release

before_cache:
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ buildscript {
rxjava_version = '2.2.19'
moxyVersion = '2.0.2'

compile_sdk_version = 30
build_tools_version = '30.0.1'
compile_sdk_version = 29
build_tools_version = '29.0.3'

min_sdk_version = 21
target_sdk_version = 30
target_sdk_version = 29

app_version_code = 9
app_version_name = '1.0.1'
Expand Down

0 comments on commit 0e8c8ef

Please sign in to comment.