beeware / briefcase-android-gradle-template

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

Change Gradle distribution from "all" to "bin" #84

Closed mhsmith closed 8 months ago

mhsmith commented 8 months ago

When creating new apps, Android Studio uses the minimal "bin" distribution, which is much smaller. This is even more true in version 8.2, which we switched to recently (sizes in MB):

459     gradle-8.0-all
251     gradle-8.0-bin
632     gradle-8.2-all
137     gradle-8.2-bin

PR Checklist: