Skip to content

Commit 98d0463

Browse files
committed
Remove targetApi from manifest
1 parent be28e93 commit 98d0463

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
xmlns:tools="http://schemas.android.com/tools">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
43

54
<uses-permission
65
android:name="android.permission.READ_EXTERNAL_STORAGE"
@@ -26,8 +25,7 @@
2625
android:requestLegacyExternalStorage="true"
2726
android:roundIcon="@mipmap/ic_launcher_round"
2827
android:supportsRtl="true"
29-
android:theme="@style/Theme.MyApplication"
30-
tools:targetApi="31">
28+
android:theme="@style/Theme.MyApplication">
3129
<activity
3230
android:name=".ui.AdvancedSyncSettingsActivity"
3331
android:exported="false" />

0 commit comments

Comments
 (0)