Updated to the latest version of gradle, with support for Android SDK 35

This commit is contained in:
Sam Lantinga
2024-12-30 12:49:33 -08:00
parent e91c37f4dd
commit 5340f2e3fe
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ android {
namespace "org.libsdl.app"
compileSdkVersion 35
defaultConfig {
minSdkVersion 19
minSdkVersion 21
targetSdkVersion 35
versionCode 1
versionName "1.0"