Skip to content

Commit

Permalink
feat: Add ndk abiFilters.
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelongqy committed May 14, 2024
1 parent ab5ecb4 commit 4c1272b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ android {
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName

// ndk {
// abiFilters 'arm64-v8a'
// }
}

buildTypes {
Expand Down

0 comments on commit 4c1272b

Please sign in to comment.