- Update LibGDX to 1.9.11

- Fix gradle deprecation
This commit is contained in:
fgnm
2020-07-22 10:52:54 +02:00
parent c9b43de126
commit fce36f57fb
8 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ dependencies {
implementation project(":hyperlap2d-common-api")
implementation project(":hyperlap2d-runtime-libgdx")
testCompile group: 'junit', name: 'junit', version: '4.12'
testImplementation group: 'junit', name: 'junit', version: '4.12'
}
task dist(type: Jar) {