Skip to content

Commit c802fc9

Browse files
committed
emmm
1 parent 190fcf7 commit c802fc9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

android/app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ android {
6161
release {
6262
// TODO: Add your own signing config for the release build.
6363
// Signing with the debug keys for now, so `flutter run --release` works.
64+
ndk {
65+
abiFilters "armeabi-v7a", "arm64-v8a"
66+
// 'armeabi', 'armeabi-v7a', 'x86'//, 'x86_64', 'mips', 'mips64', 'arm64-v8a',
67+
}
6468
signingConfig signingConfigs.debug
6569
}
6670
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 1.0.0+1
18+
version: 3.0.0+1
1919

2020
environment:
2121
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)