Skip to content

Commit 44c8446

Browse files
committed
fix(android): raise mpp-ui min SDK
1 parent cbb3d55 commit 44c8446

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mpp-ui/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ android {
434434

435435
defaultConfig {
436436
applicationId = "cc.unitmesh.devins.ui"
437-
minSdk = 24
437+
minSdk = 26
438438
targetSdk = 36
439439
versionCode = 1
440440
versionName = version.toString()

0 commit comments

Comments
 (0)