Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit 040dcca

Browse files
authored
fix tools version (#54)
1 parent a623feb commit 040dcca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ image: Visual Studio 2017
33
environment:
44
ANDROID_HOME: "C:\\android-sdk-windows"
55
ANDROID_BUILD_VERSION: 29
6-
ANDROID_TOOLS_VERSION: 28.0.3
6+
ANDROID_TOOLS_VERSION: 29.0.2
77
GRADLE_OPTS: -Dorg.gradle.daemon=false
88
SDK_TOOLS_URL: https://dl.google.com/android/repository/sdk-tools-windows-4333796.zip
99
install:

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ before_install:
1717
android:
1818
components:
1919
- platform-tools
20-
- build-tools-28.0.3
20+
- build-tools-29.0.2
2121
- android-29
2222
os: linux
2323
dist: trusty

0 commit comments

Comments
 (0)