bump android target

This commit is contained in:
Hailey
2024-11-10 14:26:08 -08:00
parent 9c5a3e7e72
commit 5c9e0fe71b
+3 -3
View File
@@ -206,9 +206,9 @@ module.exports = function (config) {
newArchEnabled: false,
},
android: {
compileSdkVersion: 34,
targetSdkVersion: 34,
buildToolsVersion: '34.0.0',
compileSdkVersion: 35,
targetSdkVersion: 35,
buildToolsVersion: '35.0.0',
newArchEnabled: false,
},
},