Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ image: Visual Studio 2017
environment:
ANDROID_HOME: "C:\\android-sdk-windows"
ANDROID_BUILD_VERSION: 29
ANDROID_TOOLS_VERSION: 28.0.3
ANDROID_TOOLS_VERSION: 29.0.2
GRADLE_OPTS: -Dorg.gradle.daemon=false
SDK_TOOLS_URL: https://dl.google.com/android/repository/sdk-tools-windows-4333796.zip
install:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ before_install:
android:
components:
- platform-tools
- build-tools-28.0.3
- build-tools-29.0.2
- android-29
os: linux
dist: trusty
Expand Down