Skip to content

Commit

Permalink
compile support for arm64 (like pixel 8)
Browse files Browse the repository at this point in the history
  • Loading branch information
locofocos committed Oct 27, 2024
1 parent ac71d55 commit 20023d9
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 @@ -16,6 +16,7 @@ android {
versionCode 1602
versionName '1.6.0-BETA2'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
ndk.abiFilters 'armeabi-v7a','arm64-v8a'
}

signingConfigs {
Expand Down

0 comments on commit 20023d9

Please sign in to comment.