We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f21651 commit 44a747bCopy full SHA for 44a747b
SensorMod/build.gradle.kts
@@ -6,11 +6,16 @@ android {
6
namespace = "com.programminghoch10.SensorMod"
7
8
defaultConfig {
9
- minSdk = 34
+ minSdk = 16
10
targetSdk = 35
11
+ multiDexEnabled = true
12
+ }
13
+ compileOptions {
14
+ isCoreLibraryDesugaringEnabled = true
15
}
16
17
18
dependencies {
19
implementation(libs.androidx.preference)
20
+ coreLibraryDesugaring(libs.android.desugarJdkLibs)
21
0 commit comments