Skip to content

Commit

Permalink
Fix minSdkVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosinigaglia authored Jan 30, 2025
1 parent 1eb5cc5 commit 3500437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ android {
}

defaultConfig {
minSdkVersion safeExtGet("minSdkVersion", 21)
minSdkVersion safeExtGet("minSdkVersion", 24)
targetSdk safeExtGet("targetSdk", 34)
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
}
Expand Down Expand Up @@ -129,4 +129,4 @@ if (isNewArchitectureEnabled()) {
libraryName = "BleManager"
codegenJavaPackageName = "it.innove"
}
}
}

0 comments on commit 3500437

Please sign in to comment.