Updating dependencies

This commit is contained in:
Leandro Borges Ferreira
2023-01-27 12:26:24 +01:00
parent f58b54fe8e
commit f9d2b8ce29
5 changed files with 8 additions and 7 deletions
@@ -21,7 +21,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="true">
<intent-filter>
<action android:name="FLUTTER_NOTIFICATION_CLICK" />
<category android:name="android.intent.category.DEFAULT" />