1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

Update Android build tools to version 35.0.1

This commit is contained in:
Max Hilbrunner
2025-11-05 14:29:56 +01:00
parent 019889d1da
commit 5e07b74bf5

View File

@@ -7,7 +7,7 @@ ext.versions = [
minSdk : 24,
// Also update 'platform/android/export/export_plugin.cpp#DEFAULT_TARGET_SDK_VERSION'
targetSdk : 35,
buildTools : '35.0.0',
buildTools : '35.0.1',
kotlinVersion : '2.1.20',
fragmentVersion : '1.8.6',
nexusPublishVersion: '1.3.0',