Skip to content

Commit

Permalink
Merge pull request #678 from MrRefactor/android-minsdk-rn-0.74.1
Browse files Browse the repository at this point in the history
fix: change minSdkVersion for RN 0.74.1
  • Loading branch information
melissaosullivan authored Jun 20, 2024
2 parents 828e758 + 28a4aed commit f20d189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ android {
compileSdkVersion 31

defaultConfig {
minSdkVersion 21
minSdkVersion rootProject.ext.safeExtGet("minSdkVersion", 21)
targetSdkVersion 31
versionCode 1
versionName "0.0.1"
Expand Down

0 comments on commit f20d189

Please sign in to comment.