Skip to content

Commit

Permalink
Upgrade minsdkversion of RN OSS template to API level 19
Browse files Browse the repository at this point in the history
Summary:
This diff updates the minsdkversion of RN OSS template to API level 19

changelog: [Android][Deprecated] Deprecate support of Android API levels 16 to 18. The new minSDK version will be 19+ moving forward

Reviewed By: JoshuaGross

Differential Revision: D22874852

fbshipit-source-id: 1df98e422dc9debd40ab2021aafc7b165312d14b
  • Loading branch information
mdvacca authored and facebook-github-bot committed Jul 31, 2020
1 parent 4cbc39a commit 79d0a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
buildscript {
ext {
buildToolsVersion = "29.0.3"
minSdkVersion = 16
minSdkVersion = 19
compileSdkVersion = 29
targetSdkVersion = 29
}
Expand Down

0 comments on commit 79d0a7d

Please sign in to comment.