Skip to content

Commit af9dda2

Browse files
Copilotyujincheng08
andcommitted
Increase minSdk from 23 to 26 for miuix compatibility
Co-authored-by: yujincheng08 <5022927+yujincheng08@users.noreply.github.com>
1 parent fa8820e commit af9dda2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/buildSrc/src/main/java/Setup.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ fun Project.setupCommon() {
5656
ndkVersion = "29.0.14206865"
5757

5858
defaultConfig.apply {
59-
minSdk = 23
59+
minSdk = 26
6060
}
6161

6262
compileOptions.apply {

0 commit comments

Comments
 (0)