Skip to content

Commit bd14c4c

Browse files
backport SensorMod to SDK 16
1 parent 0b2bcf6 commit bd14c4c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

SensorMod/build.gradle.kts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,16 @@ android {
66
namespace = "com.programminghoch10.SensorMod"
77

88
defaultConfig {
9-
minSdk = 34
9+
minSdk = 16
1010
targetSdk = 35
11+
multiDexEnabled = true
12+
}
13+
compileOptions {
14+
isCoreLibraryDesugaringEnabled = true
1115
}
1216
}
1317

1418
dependencies {
1519
implementation(libs.androidx.preference)
20+
coreLibraryDesugaring(libs.android.desugarJdkLibs)
1621
}

0 commit comments

Comments
 (0)