beeware / briefcase-android-gradle-template

A template for generating Android Gradle projects with Briefcase
MIT License
21 stars 22 forks source link

Add dynamic entry point for Android code. #56

Closed freakboy3742 closed 1 year ago

freakboy3742 commented 1 year ago

A template to support testing in an Android Gradle project.

Introduces a new briefcase.xml metadata resource file that defines the main module entry point, and uses that resource file at runtime to start the app.

Also corrects an inconsistent usage of formal name/app name.

Refs https://github.com/beeware/briefcase/pull/962

PR Checklist: