-
Notifications
You must be signed in to change notification settings - Fork 43
export universal apk for aabs #91
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
Conversation
lszucs
left a comment
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.
Please have a look at my comment.
|
|
||
| // NewRunner ... | ||
| func NewRunner() (Runner, error) { | ||
| const downloadURL = "https://github.com/google/bundletool/releases/download/0.9.0/bundletool-all-0.9.0.jar" |
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.
[note]
We could enable the user to configure the bundletool version, because 0.9.0 is already superseded.
https://github.com/google/bundletool/releases
This way, we can use a default version, but if there's an error in bundletool, the user does not have to wait for us updating the hardcoded version.
No description provided.