v2.1.0: updated AGP, gradle, mobivm, and gdx-controllers

This commit is contained in:
Evan Debenham
2023-05-14 23:18:50 -04:00
parent 53ece81c14
commit 6c1b36b245
5 changed files with 9 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'
classpath 'com.android.tools.build:gradle:8.0.1'
}
}
@@ -24,8 +24,8 @@ allprojects {
appAndroidTargetSDK = 33
gdxVersion = '1.11.0'
gdxControllersVersion = '2.2.3-SNAPSHOT'
robovmVersion = '2.3.18'
gdxControllersVersion = '2.2.3'
robovmVersion = '2.3.19'
}
version = appVersionName