Skip to content

Commit

Permalink
Vollaboard: Build apk only for arm64-v8a abi
Browse files Browse the repository at this point in the history
  • Loading branch information
techyminati authored Oct 1, 2024
1 parent 4525b99 commit 27a4f99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ android {
versionCode 402010
versionName "v4.2.2"
ndkVersion "r25c"
abiFilters "arm64-v8a"
}
buildTypes {
release {
Expand Down

0 comments on commit 27a4f99

Please sign in to comment.