mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Bump OSS Android build to SDK 31 (#32606)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/32606 Updates OSS builds for internals and template to target SDK 31, corresponding to Android 12. Changelog: [Updated][Android] - Bump Android compile and target SDK to 31 Reviewed By: cortinico Differential Revision: D32107409 fbshipit-source-id: 57f219d33e884200ca4f49e1afe1bfd65b0d6315
This commit is contained in:
committed by
Facebook GitHub Bot
parent
28aeb7b865
commit
00ac034353
+1
-1
@@ -58,7 +58,7 @@ import java.util.concurrent.TimeoutException;
|
||||
*
|
||||
* IMPORTANT: In order for developer support to work correctly it is required that the
|
||||
* manifest of your application contain the following entries:
|
||||
* {@code <activity android:name="com.facebook.react.devsupport.DevSettingsActivity"/>}
|
||||
* {@code <activity android:name="com.facebook.react.devsupport.DevSettingsActivity" android:exported="false"/>}
|
||||
* {@code <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>}
|
||||
*/
|
||||
public final class BridgeDevSupportManager extends DevSupportManagerBase {
|
||||
|
||||
Reference in New Issue
Block a user