Upgraded to libGDX 1.11.0 - resolves #6609, resolves #5679

Also cleaned up the build.gradle file
This commit is contained in:
Yair Morgenstern
2022-05-13 15:16:54 +03:00
parent e94d109166
commit 1ca1342816
4 changed files with 6 additions and 10 deletions

View File

@ -6,6 +6,6 @@ object BuildConfig {
const val appCodeNumber = 709
const val appVersion = "4.0.16"
const val gdxVersion = "1.10.0"
const val gdxVersion = "1.11.0"
const val roboVMVersion = "2.3.1"
}