Skip to content

Commit 3500437

Browse files
Fix minSdkVersion
1 parent 1eb5cc5 commit 3500437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ android {
6969
}
7070

7171
defaultConfig {
72-
minSdkVersion safeExtGet("minSdkVersion", 21)
72+
minSdkVersion safeExtGet("minSdkVersion", 24)
7373
targetSdk safeExtGet("targetSdk", 34)
7474
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
7575
}
@@ -129,4 +129,4 @@ if (isNewArchitectureEnabled()) {
129129
libraryName = "BleManager"
130130
codegenJavaPackageName = "it.innove"
131131
}
132-
}
132+
}

0 commit comments

Comments
 (0)