Skip to content

Commit

Permalink
fix abi filter configuration #224 (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
wuan committed Jan 24, 2023
1 parent 4157ad7 commit 6c47cfc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ android {
// Recommended by Google Play Store for testing
// https://developer.android.com/reference/tools/gradle-api/6.7/com/android/build/api/dsl/Ndk
debugSymbolLevel 'SYMBOL_TABLE'
abiFilters 'arm64-v8a', 'armeabi-v7a', 'x86_64'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
AndroidProject.signing=/Users/donataspuidokas/key.properties
AndroidProject.signing=./key.properties

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.3+31
version: 1.0.3+34

environment:
sdk: ">=2.12.0 <3.4.0"
Expand Down

0 comments on commit 6c47cfc

Please sign in to comment.