Skip to content

Commit 2aaa207

Browse files
committed
fix min sdk version issue
Change-Id: Ib78d89b29a4b36ac0bf86fdf9df5de18f76a70bc
1 parent eb5c628 commit 2aaa207

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
Removing this would otherwise cause Manifest merger issue.
2424
See https://developer.android.com/build/manage-manifests#merge_conflict_heuristics
2525
-->
26-
<uses-sdk tools:overrideLibrary="com.example.platform.storage, androidx.photopicker.compose"/>
26+
<uses-sdk tools:overrideLibrary="com.example.platform.storage, androidx.photopicker.compose, com.example.platform.connectivity.uwb" />
2727

2828
<application
2929
android:enableOnBackInvokedCallback="true"

samples/connectivity/UwbRanging/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ android {
2828
compileSdk = 36
2929

3030
defaultConfig {
31-
minSdk = 23
31+
minSdk = 28
3232
targetSdk = 35
3333

3434
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)