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 1eb5cc5 commit 3500437Copy full SHA for 3500437
android/build.gradle
@@ -69,7 +69,7 @@ android {
69
}
70
71
defaultConfig {
72
- minSdkVersion safeExtGet("minSdkVersion", 21)
+ minSdkVersion safeExtGet("minSdkVersion", 24)
73
targetSdk safeExtGet("targetSdk", 34)
74
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
75
@@ -129,4 +129,4 @@ if (isNewArchitectureEnabled()) {
129
libraryName = "BleManager"
130
codegenJavaPackageName = "it.innove"
131
132
-}
+}
0 commit comments