File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 with :
1414 flutter-version : ' 2.2.3'
1515 - run : flutter pub get
16- - run : flutter test
17- - run : flutter build apk --debug --split-per-abi
16+ # - run: flutter test --no-sound-null-safety
17+ - run : flutter build apk --release --no-sound-null-safety
1818 - name : Create a Release APK
1919 uses : ncipollo/release-action@v1
2020 with :
21- artifacts : " build/app/outputs/apk/debug /*.apk"
21+ artifacts : " build/app/outputs/apk/release /*.apk"
2222 token : ${{ secrets.TOKEN }}
Original file line number Diff line number Diff line change 11<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
22 package =" com.example.flutter_mobile_2school" >
3+
4+ <uses-permission android : name =" android.permission.INTERNET" />
35 <application
46 android : label =" flutter_mobile_2school"
5- android : icon =" @mipmap/ic_launcher" >
7+ android : icon =" @mipmap/ic_launcher"
8+ android : usesCleartextTraffic =" true" >
69 <activity
710 android : name =" .MainActivity"
811 android : launchMode =" singleTop"
You can’t perform that action at this time.
0 commit comments