Bump Android Version

This commit is contained in:
fedor 2019-09-23 16:56:27 -07:00
parent bfbad75e26
commit 437ed9dcb0
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
}
],
"variables": {
"xcode_version": "11.0"
"xcode_version": "11"
},
"provisioners": [
{
@ -56,7 +56,7 @@
{
"inline": [
"sdkmanager tools platform-tools emulator",
"yes | sdkmanager \"platforms;android-28\" \"build-tools;28.0.3\"",
"yes | sdkmanager \"platforms;android-29\" \"build-tools;29.0.2\"",
"echo 'export PATH=$ANDROID_SDK_ROOT/tools:$ANDROID_SDK_ROOT/tools/bin:$ANDROID_SDK_ROOT/platform-tools:$PATH' >> ~/.profile"
],
"type": "shell"