-
Notifications
You must be signed in to change notification settings - Fork 528
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Context: https://github.com/google/bundletool/releases/tag/0.10.0 Context: https://mvnrepository.com/artifact/com.android.tools.build/bundletool Context: https://ossmsft.visualstudio.com/_oss?requestId=1728210&_a=progress `bundletool` has had a few releases lately, we should update the version we are shipping with Xamarin.Android. I also noticed we were shipping: bundletool-all-0.8.0-jar I think we could just use `bundletool.jar`. It would be useful to have a static filename as versions change release to release. This matches up with other things we ship, such as `r8.jar`. You can query the version of `bundletool` with: $ java -jar bundletool.jar version 0.10.0 So we don't need to encode the version in the filename.
- Loading branch information
1 parent
22986fc
commit 89a633c
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters