Skip to content

Commit 79d0a7d

Browse files
mdvaccafacebook-github-bot
authored andcommitted
Upgrade minsdkversion of RN OSS template to API level 19
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
1 parent 4cbc39a commit 79d0a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
buildscript {
44
ext {
55
buildToolsVersion = "29.0.3"
6-
minSdkVersion = 16
6+
minSdkVersion = 19
77
compileSdkVersion = 29
88
targetSdkVersion = 29
99
}

0 commit comments

Comments
 (0)