Skip to content

Commit 2c640d7

Browse files
committed
spotlessApply
1 parent 0cbd14c commit 2c640d7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

androidApp/src/androidMain/AndroidManifest.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010
android:supportsRtl="true"
1111
android:theme="@style/Theme.AppCompat.Light.NoActionBar">
1212
<activity
13-
android:exported="true"
14-
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden|mnc|colorMode|density|fontScale|fontWeightAdjustment|keyboard|layoutDirection|locale|mcc|navigation|smallestScreenSize|touchscreen|uiMode"
1513
android:name=".MainActivity"
16-
>
14+
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden|mnc|colorMode|density|fontScale|fontWeightAdjustment|keyboard|layoutDirection|locale|mcc|navigation|smallestScreenSize|touchscreen|uiMode"
15+
android:exported="true">
1716
<intent-filter>
1817
<action android:name="android.intent.action.MAIN" />
1918

0 commit comments

Comments
 (0)