Skip to content

Commit

Permalink
feat: restricted to build only for arm64-v8a architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
inotia00 committed Jul 6, 2023
1 parent fa80673 commit 4329511
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ android {
targetSdkVersion 33
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName

ndk {
abiFilters 'arm64-v8a'
}
}

buildTypes {
Expand Down

0 comments on commit 4329511

Please sign in to comment.