Skip to content

Commit

Permalink
fix: Publish android
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan committed Nov 20, 2022
1 parent 7e27a2d commit 4b69fe9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true"
android:windowSoftInputMode="adjustResize">
android:windowSoftInputMode="adjustResize"
android:exported="false">
<!-- Specifies an Android theme to apply to this Activity as soon as
the Android process has started. This theme is visible to the user
while the Flutter UI initializes. After that, this theme continues
Expand Down
2 changes: 1 addition & 1 deletion scripts/release-playstore-beta.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/sh -ve
flutter clean
flutter pub get
flutter build appbundle --target-platform android-arm,android-arm64,android-x64
Expand Down

0 comments on commit 4b69fe9

Please sign in to comment.