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
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.