- Update LibGDX to 1.9.11
- Fix gradle deprecation
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
+3
-3
@@ -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'
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user