Skip to content

Commit 652aa13

Browse files
authored
Merge pull request #77 from synonymdev/chore/arm-abi-filter
Add arm64-v8a filter
2 parents b96d7ec + dde5eb9 commit 652aa13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ android {
3838
vectorDrawables {
3939
useSupportLibrary = true
4040
}
41+
ndk {
42+
abiFilters += "arm64-v8a"
43+
}
4144
}
4245
signingConfigs {
4346
getByName("debug") {

0 commit comments

Comments
 (0)