1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

Bump the target SDK version to 33 (Android 13)

(cherry picked from commit 845ca33c76)
This commit is contained in:
Fredia Huya-Kouadio
2023-03-21 18:54:04 -07:00
committed by Yuri Sizov
parent 5f9990e25d
commit dc100cbebb
4 changed files with 12 additions and 12 deletions

View File

@@ -1,11 +1,11 @@
ext.versions = [
androidGradlePlugin: '7.2.1',
compileSdk : 32,
// Also update 'platform/android/export/export_plugin.cpp#DEFAULT_MIN_SDK_VERSION'
androidGradlePlugin: '7.3.0',
compileSdk : 33,
// Also update 'platform/android/export/export_plugin.cpp#OPENGL_MIN_SDK_VERSION'
minSdk : 21,
// Also update 'platform/android/export/export_plugin.cpp#DEFAULT_TARGET_SDK_VERSION'
targetSdk : 32,
buildTools : '32.0.0',
targetSdk : 33,
buildTools : '33.0.2',
kotlinVersion : '1.7.0',
fragmentVersion : '1.3.6',
nexusPublishVersion: '1.1.0',