Upgrade minsdkversion of RN OSS template to API level 21

Summary:
This diff updates the minsdkversion of RN OSS template to API level 21.

Changelog: [Android][Deprecated] Deprecate support of Android API levels 19 and 20. The new minSDK version will be 21+ moving forward.

Reviewed By: fkgozali

Differential Revision: D24379607

fbshipit-source-id: 6801cdcd363065807cdc11006bd94217f914fac7
This commit is contained in:
Joshua Gross
2020-10-20 17:00:47 -07:00
committed by Facebook GitHub Bot
parent 36b0f7d19b
commit a17ff44adc
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
APP_BUILD_SCRIPT := Android.mk
APP_ABI := armeabi-v7a x86 arm64-v8a x86_64
APP_PLATFORM := android-16
APP_PLATFORM := android-21
APP_MK_DIR := $(dir $(lastword $(MAKEFILE_LIST)))