diff options
Diffstat (limited to 'compose')
-rw-r--r-- | compose/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compose/AndroidManifest.xml b/compose/AndroidManifest.xml index dbed77310..9b943e086 100644 --- a/compose/AndroidManifest.xml +++ b/compose/AndroidManifest.xml @@ -19,7 +19,7 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.documentsui.compose"> - <uses-sdk android:minSdkVersion="29"/> + <uses-sdk android:minSdkVersion="30"/> <!-- Permissions copied from com.android.documentsui AndroidManifest.xml --> <uses-permission android:name="android.permission.MANAGE_DOCUMENTS" /> |