Target Android 16 (API 36) (#11576)

This commit is contained in:
Samuel Newman
2026-08-28 18:21:11 +03:00
committed by GitHub
parent 00dc9598fc
commit d9d19c7678
+2 -2
View File
@@ -271,8 +271,8 @@ module.exports = function (_config) {
},
android: {
compileSdkVersion: 36,
targetSdkVersion: 35,
buildToolsVersion: '35.0.0',
targetSdkVersion: 36,
buildToolsVersion: '36.0.0',
buildReactNativeFromSource: IS_PRODUCTION,
},
},