- 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
+3 -3
View File
@@ -4,7 +4,7 @@ buildscript {
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
dependencies {
classpath 'com.badlogicgames.gdx:gdx-tools:1.9.10'
classpath 'com.badlogicgames.gdx:gdx-tools:1.9.11'
}
}
@@ -22,8 +22,8 @@ repositories {
ext {
appName = 'HyperLap2D'
gdxVersion = '1.9.10'
gdxVersionBeta = '1.9.11-SNAPSHOT'
gdxVersion = '1.9.11'
gdxVersionBeta = '1.9.11'
box2dlightsVersion = '1.5'
ashleyVersion = '1.7.3'
spineVersion = '3.8.55.1'
+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) {
+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) {
+1 -1
View File
@@ -22,7 +22,7 @@ dependencies {
implementation "org.apache.commons:commons-io:1.3.2"
testCompile group: 'junit', name: 'junit', version: '4.12'
testImplementation group: 'junit', name: 'junit', version: '4.12'
}
task dist(type: Jar) {
+1 -1
View File
@@ -24,7 +24,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'
}
import com.badlogic.gdx.tools.texturepacker.TexturePacker