You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Application metadata now contains a Briefcase-Version indicator. (#425)
The device list returned by briefcase run android now uses the Android device model name and unique ID e.g. a Pixel 3a shows up as Pixel 3a (adbDeviceId). (#433)
Android apps are now packaged in Android App Bundle format. This allows the Play Store to dynmically build the smallest APK appropriate to a device installing an app. (#438)
PursuedPyBear is now included in the new project wizard. (#440)
Bugfixes
iOS builds will now warn if the Xcode command line tools are the active development environment. (#397)
Linux Docker builds no longer use interactive mode, allowing builds to run on CI (or other TTY-less devices). (#439)
Improved Documentation
Documented the process of signing Android apps & publishing them to the Google Play store. (#342)