Skip to content

Commit

Permalink
fix: change minSdkVersion for RN 0.74.1 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
khushal87 authored Jun 17, 2024
1 parent 048f230 commit 99f34eb
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 {
}

defaultConfig {
minSdkVersion 21
minSdkVersion safeExtGet("minSdkVersion", 21)
targetSdkVersion safeExtGet('targetSdkVersion', 28)
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit 99f34eb

Please sign in to comment.