Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zihejia committed Sep 21, 2021
1 parent 781d2dd commit c2e1716
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
flutter-version: '2.0.3'
- name: Test Android integration
working-directory: example
run: flutter build apk --stacktrace --log
run: flutter build apk --split-per-abi -v

test-ios-integration:
runs-on: macos-latest
Expand Down
3 changes: 2 additions & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {
compileSdkVersion 29

ndkVersion "22.0.6917172-rc1"

lintOptions {
disable 'InvalidPackage'
}
Expand Down

0 comments on commit c2e1716

Please sign in to comment.