Skip to content

Commit

Permalink
eat: updated minSdkVersion to sdk version 23, inline with react-nativ…
Browse files Browse the repository at this point in the history
…e's 0.74.0 minSdkVersion (#812)
  • Loading branch information
lluiscab committed May 23, 2024
1 parent ba07977 commit 2be0e42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ android {
compileSdkVersion getExtOrIntegerDefault("compileSdkVersion")

defaultConfig {
minSdkVersion 21
minSdkVersion 23
targetSdkVersion getExtOrIntegerDefault("targetSdkVersion")
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
versionCode 1
Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Menu_kotlinVersion=1.7.0
Menu_minSdkVersion=21
Menu_minSdkVersion=23
Menu_targetSdkVersion=31
Menu_compileSdkVersion=31
Menu_ndkversion=21.4.7075529

0 comments on commit 2be0e42

Please sign in to comment.