Skip to content

0.11.0

Compare
Choose a tag to compare
@plecesne plecesne released this 07 Nov 15:51
· 49 commits to master since this release

What's new

  • APKs with minSdkVersion >= 22 are now signed only with v2 signing scheme, thus removing the jar signing files under META-INF.
  • Added support for conditional modules based on maxSdkVersion.
  • Preparing support for targeting directories by texture compression format.

Fixed bugs

  • 64-bit libraries are also stripped from the universal APK in the present of .bc (bitcode) files since the Android platform does not support 64-bit with them.