target android api 36

This commit is contained in:
Samuel Newman
2026-08-27 13:54:55 +01:00
parent c4c999ff4f
commit b75bbca5c8
+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,
},
},