1
0
mirror of https://github.com/GitJournal/GitJournal.git synced 2025-07-20 21:25:48 +08:00

Remove Android debuggable

Fails to build with it
This commit is contained in:
Vishesh Handa
2020-03-02 18:12:23 +01:00
committed by GitHub
parent c07c076a67
commit 3640176f8d

@ -22,7 +22,6 @@
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density"
android:hardwareAccelerated="true"
android:debuggable="true"
android:windowSoftInputMode="adjustResize">
<!-- This keeps the window background of the activity showing
until Flutter renders its first frame. It can be removed if