beeware / briefcase-android-gradle-template

A template for generating Android Gradle projects with Briefcase
MIT License
18 stars 19 forks source link

Increase minSdkVersion to 26 #49

Closed mhsmith closed 2 years ago

mhsmith commented 2 years ago

Closes beeware/rubicon-java#74.

I also needed to add useLegacyPackaging to make sure that libpython continues to be extracted as a separate file, otherwise there was a startup crash similar to #42. Looks like this is one of the rare cases where changing minSdkVersion causes a change in the default settings.

PR Checklist: