v3.2.2: updated libGDX to 1.13.6-SNAPSHOT

This commit is contained in:
Evan Debenham
2025-08-17 12:17:19 -04:00
parent 45c8eb3e70
commit 00c6c6a8ef
4 changed files with 14 additions and 26 deletions

View File

@@ -25,7 +25,7 @@ allprojects {
//will do this at the same time as dropping support for Android 4.4- (later in 2025)
appAndroidTargetSDK = 34 //Android 14
gdxVersion = '1.12.1'
gdxVersion = '1.13.6-SNAPSHOT' //using snapshot as 1.13.5 has issues with Android R8
gdxControllersVersion = '2.2.4'
robovmVersion = '2.3.23'
}