Skip to content

Commit

Permalink
thin archs
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Dec 16, 2021
1 parent b90493c commit 8d4149b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ android {
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig signingConfigs.debug
ndk {
abiFilters 'armeabi-v7a'
}
}
}
}
Expand Down
1 change: 1 addition & 0 deletions go/mobile/bind-ios-debug.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gomobile bind -target=ios -o lib/Mobile.xcframework ./
2 changes: 1 addition & 1 deletion go/mobile/bind-ios.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gomobile bind -target=ios -o lib/Mobile.xcframework ./
gomobile bind -target=ios/arm64 -o lib/Mobile.xcframework ./

0 comments on commit 8d4149b

Please sign in to comment.