mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-11 02:30:41 +08:00
android targetSdkVersion is 26 (#19944)
Summary: This PR sets gradle targetSdkVersion to 26, which will satisfy new requirements from Play Store. Also removed redundant config from manifest files. Closes https://github.com/facebook/react-native/pull/19944 Differential Revision: D8679682 Pulled By: hramos fbshipit-source-id: 5c900d47be1d8b81ce340e38a05d9b309da143c3
This commit is contained in:
committed by
Facebook Github Bot
parent
6110a4cc75
commit
bfb68c09ee
@@ -1,9 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.facebook.react.tests.gradle"
|
||||
android:versionCode="1"
|
||||
android:versionName="1.0" >
|
||||
<uses-sdk android:targetSdkVersion="7" />
|
||||
package="com.facebook.react.tests.gradle">
|
||||
<supports-screens android:anyDensity="true" />
|
||||
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||
|
||||
Reference in New Issue
Block a user