Skip to content

Commit d714719

Browse files
authored
enable armv7 and x86 only by default
1 parent 82eb809 commit d714719

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build-artifacts/project-template-gradle/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ android {
120120
defaultConfig {
121121
minSdkVersion 17
122122
targetSdkVersion computeTargetSdkVersion()
123+
ndk {
124+
abiFilters "armeabi-v7a", "x86"
125+
}
123126
}
124127

125128
sourceSets.main {

0 commit comments

Comments
 (0)