-
Notifications
You must be signed in to change notification settings - Fork 25k
Closed
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
First of all, thanks for the new separate apks feature on 0.18. It cuts down their respective size by 4 mb!
arm and x86 apk uploads perfectly to play store but the universal apk seems to have problem.
Here's my build.gradle
defaultConfig {
applicationId "com.foo"
minSdkVersion 16
targetSdkVersion 22
versionCode 7
versionName "1.6"
ndk {
abiFilters "armeabi-v7a", "x86"
}
}
It appears that the universal apk is using versionCode as oppose to versionName.
Metadata
Metadata
Assignees
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
