summaryrefslogtreecommitdiff
path: root/compose
diff options
context:
space:
mode:
author Ben Reich <benreich@google.com> 2025-02-11 19:19:45 +1100
committer Ben Reich <benreich@google.com> 2025-02-11 19:19:45 +1100
commit1ffc8e79b94521f25ee50c5c4e243aef01ba4cd5 (patch)
treeea7083338a9547ba6284dd581409d7ebddb876f8 /compose
parent8a4c26fa0dab9f694b09ed2ee2c7b9689c846590 (diff)
Bump the minSdkVersion from 29 to 30
DocumentsUI doesn't get released to Android 10 (Q) with Android 11 (R) being the oldest version it supports. Let's bump the supported SDK version to support this. Bug: 395794975 Test: Ensure DocumentsUI builds Flag: EXEMPT resource change Change-Id: Ic7035dfe7a9cccbd93ea4b022c9b4f17e52cbd5c
Diffstat (limited to 'compose')
-rw-r--r--compose/AndroidManifest.xml2
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" />