File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
xmlns : tools =" http://schemas.android.com/tools" >
19
19
20
20
<!--
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.
24
24
See https://developer.android.com/build/manage-manifests#merge_conflict_heuristics
25
25
-->
26
26
<uses-sdk tools : overrideLibrary =" com.example.platform.storage, androidx.photopicker.compose, com.example.platform.connectivity.uwb" />
You can’t perform that action at this time.
0 commit comments