We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c143c1 commit 13c5556Copy full SHA for 13c5556
1 file changed
android/app/build.gradle
@@ -103,11 +103,8 @@ android {
103
applicationId "org.break_out.breakout"
104
minSdkVersion rootProject.ext.minSdkVersion
105
targetSdkVersion rootProject.ext.targetSdkVersion
106
- versionCode 52
107
- versionName "52"
108
- ndk {
109
- abiFilters "armeabi-v7a", "x86"
110
- }
+ versionCode 54
+ versionName "54"
111
}
112
113
signingConfigs {
@@ -126,7 +123,7 @@ android {
126
123
reset()
127
124
enable enableSeparateBuildPerCPUArchitecture
128
125
universalApk false // If true, also generate a universal APK
129
- include "armeabi-v7a", "x86"
+ include "armeabi-v7a", "x86", "arm64-v8a", "x86-64"
130
131
132
buildTypes {
0 commit comments