-
-
Notifications
You must be signed in to change notification settings - Fork 350
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
Follow up Android Support Bounties (3000USD) #3868
Labels
Comments
lihaoyi
changed the title
Follow up Android Support Bounties
Follow up Android Support Bounties (3000USD)
Oct 29, 2024
Its Been a week since this issue raised, PS: Working on App Bundle Fixture... |
himanshumahajan138
added a commit
to himanshumahajan138/mill
that referenced
this issue
Nov 10, 2024
5 tasks
lihaoyi
pushed a commit
that referenced
this issue
Nov 13, 2024
# Pull Request Added Android Bundle Support (with alot of updation in Android App Build Process) Fixes: #3868 ## Description The new `AndroidAppBundle` module adds support for Android app bundles, extending `AndroidAppModule`. An example of the bundle process is now available in `JavaLib`. `AndroidAppModule` and `AndroidSdkModule` have been updated to support Android resources and the `aapt2` tool. Additionally, resource support has been added to the `JavaLib` and `KotlinLib` examples. ## Related Issues - Link to related issue #3868. ## Checklist - [x] New Module AndroidAppBundle (for adding android bundle support extends AndroidAppModule) - [x] New Example for Android Bundle Process (Currently under JavaLib) - [x] Updated AndroidAppModule(added resource support) - [x] Updated AndroidSdkModule(related to Android aapt2 Tool) - [x] Updated JavaLib and KotlinLib Android Examples (added resources support) ## Further Addition Requires @lihaoyi Review for code satisfaction and then further move to Documentation Part(for Build.mill files(updations))
Reopening this since the linked PR only fixes the first bullet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From the maintainer Li Haoyi: I'm putting a 3000USD bounty on this issue, payable by bank transfer on a merged PR implementing this.
This is a follow up issue to #3550, to further flesh out Android support in the Mill build tool. The goal is to cover a variety of use cases that are common in Android development, beyond simple hello-world applications
The text was updated successfully, but these errors were encountered: