-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update for sdk-34 #5
base: master
Are you sure you want to change the base?
Conversation
Dockerfile
Outdated
ARG ANDROID_SDK_TOOLS_TAGGED="latest" | ||
ARG ANDROID_SDK_TOOLS_VERSION="9123335" | ||
ARG ANDROID_SDK_TOOLS_VERSION="6609375" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I got this from here https://github.com/GoogleChromeLabs/bubblewrap/blob/main/packages/cli/src/lib/AndroidSdkToolsInstaller.ts#L22, but yeah this is weird. Hmmm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see, the commit is 4 years old, if you see the current android-build-box it has a comment (that I think can be a great addition to this part... including a similar comment)
recent number is 11.xxx.xxx as well
Co-authored-by: Maicon Carraro <[email protected]>
@@ -1,10 +1,12 @@ | |||
platforms:android-34 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably you'll need to update here as well:
docker-android-build-box/Dockerfile
Line 461 in 6df1ffc
ARG BUILD_TOOLS="build-tools;33.0.2" |
No description provided.