Skip to content

Android Mode 402

Pre-release
Pre-release
Compare
Choose a tag to compare
@codeanticode codeanticode released this 18 Apr 08:33

4.5.0alpha3 release of the Android mode

This release is compatible with Processing 4.0b7 and includes all fixes and updates implemented in the 4.3.0 release of the mode:

  • #646, #594: Exports signed Android App Bundles (aab) that are required for publishing on Google Play
  • #662: Removed minimum SDK from sketch's manifest file
  • fa4429d: Updated target SDK platform to 30
  • fb59882, 2f5380f, 47c0050: Ported renderer fixes from Java mode
  • fa1441b : Temporary hack to detect the sketch's renderer, but fullScreen() is not supported yet, use the workaround mentioned here: #683