Skip to content

Commit 87d5e69

Browse files
authored
Update AndroidManifest.xml
update comment to reflect that the min sdk override is specific to the modules defined rather than mentioning it specifically in the comment
1 parent 83b0eb7 commit 87d5e69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
xmlns:tools="http://schemas.android.com/tools">
1919

2020
<!--
21-
Module :samples:storage uses an androidx lib that requires a min sdk of 34.
22-
Rather than updating the main app's minSdk, override those libraries minSdk.
23-
Removing this would otherwise cause Manifest merger issue.
21+
Modules/samples below use a lib that requires a minSdk higher than that of the.
22+
main app. Rather than updating the main app's minSdk, override those libraries minSdk.
23+
Removing this would otherwise cause a Manifest merger issue.
2424
See https://developer.android.com/build/manage-manifests#merge_conflict_heuristics
2525
-->
2626
<uses-sdk tools:overrideLibrary="com.example.platform.storage, androidx.photopicker.compose, com.example.platform.connectivity.uwb" />

0 commit comments

Comments
 (0)