Skip to content

Commit 5835d63

Browse files
committed
build: limit abi filters to arm64-v8a
1 parent d14cb17 commit 5835d63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ android {
2828
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
2929

3030
ndk {
31-
abiFilters.addAll(arrayOf("armeabi-v7a", "arm64-v8a"))
31+
abiFilters.addAll(arrayOf("arm64-v8a"))
3232
}
3333
}
3434

0 commit comments

Comments
 (0)