Update Android SDK Build-Tools to 29.0.3 in Ubuntu and Windows (#495)

* Added Android SDK Build-Tools 29.0.3

* Android-SDK build-tools have been added
This commit is contained in:
Maxim Lobanov
2020-03-04 20:54:00 +03:00
committed by GitHub
parent 15f15ddc72
commit 35dfbf8678
3 changed files with 5 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ Push-Location -Path $sdk.FullName
"platforms;android-22" `
"platforms;android-21" `
"platforms;android-19" `
"build-tools;29.0.3" `
"build-tools;29.0.2" `
"build-tools;29.0.0" `
"build-tools;28.0.3" `