Skip to content
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

Add Auto-Manifest plugin #260

Closed
wants to merge 5 commits into from

Commits on Nov 10, 2020

  1. Add Auto-Manifest plugin

    Auto-Manifest automatically generates AndroidManifest packageName based on Gradle module structure. Since Splitties has `modules` and `fun-packs` separated, it would put `modules` in the middle of the package. That's why the plugin is applied under `modules/build.gradle.kts`. This made me realize a small issue on the plugin and released a fix.
    
    Once change required in the code was that `views-dsl` used `views.dsl.core` as packageName and I had to change the imports. Since these imports are not exposed, I don't think it is a breaking change.
    tasomaniac committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    07bd092 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Configuration menu
    Copy the full SHA
    e58d8d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    2d178b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99bb27e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a256718 View commit details
    Browse the repository at this point in the history