Skip to content

Commit

Permalink
fix: bump android min sdk version to 21 to support latest rn
Browse files Browse the repository at this point in the history
  • Loading branch information
DebjitOx committed Jul 10, 2023
1 parent bd4f597 commit 9ab6dfd
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 @@ -4,7 +4,7 @@ android {
compileSdkVersion 31

defaultConfig {
minSdkVersion 16
minSdkVersion 21
targetSdkVersion 31
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit 9ab6dfd

Please sign in to comment.