Skip to content

Commit

Permalink
fix: Android minSdkVersion below that of the latest RN release (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
GNUGradyn committed May 15, 2024
1 parent f66422b commit c75493d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
buildscript {
ext {
buildToolsVersion = "34.0.0"
minSdkVersion = 21
minSdkVersion = 23
compileSdkVersion = 34
targetSdkVersion = 34
ndkVersion = "25.1.8937393"
Expand Down

0 comments on commit c75493d

Please sign in to comment.