Skip to content

Commit

Permalink
update:bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matteriot committed May 13, 2020
1 parent 8b2e0f5 commit f38956b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
- mkdir release
- ./flutter/bin/flutter doctor -v
- ./flutter/bin/flutter pub get
- ./flutter/bin/flutter clean
- ./flutter/bin/flutter -v build apk --release --split-per-abi
- mv build/app/outputs/apk/release/app-armeabi-v7a-release.apk ./release
- mv build/app/outputs/apk/release/app-arm64-v8a-release.apk ./release
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ dependencies:
cupertino_icons: ^0.1.2
http: ^0.12.0+2
modules:
# git: https://github.com/OpenIoTHub/modules
path: ../modules
git: https://github.com/OpenIoTHub/modules
# path: ../modules

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit f38956b

Please sign in to comment.