Skip to content

Commit 56605a8

Browse files
committed
Migrated libgdx 1.9.14 -> 1.10.0
1 parent 02d3f91 commit 56605a8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

android/build.gradle

-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ configurations { natives }
4343
dependencies {
4444
implementation project(":core")
4545
implementation "com.badlogicgames.gdx:gdx-backend-android:$gdxVersion"
46-
natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-armeabi"
4746
natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-armeabi-v7a"
4847
natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-arm64-v8a"
4948
natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-x86"
@@ -53,7 +52,6 @@ dependencies {
5352

5453
dependencies {
5554
implementation "com.badlogicgames.gdx:gdx-box2d:$gdxVersion"
56-
natives "com.badlogicgames.gdx:gdx-box2d-platform:$gdxVersion:natives-armeabi"
5755
natives "com.badlogicgames.gdx:gdx-box2d-platform:$gdxVersion:natives-armeabi-v7a"
5856
natives "com.badlogicgames.gdx:gdx-box2d-platform:$gdxVersion:natives-arm64-v8a"
5957
natives "com.badlogicgames.gdx:gdx-box2d-platform:$gdxVersion:natives-x86"

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ org.gradle.configureondemand=false
44

55
androidBuildToolsPluginVersion=4.1.1
66
flatbuffersPluginVersion=1.0.7
7-
gdxVersion=1.9.14
7+
gdxVersion=1.10.0
88
gdxControllersVersion=2.2.0
99
artemisOdbVersion=2.3.0
1010
artemisContribVersion=2.4.0

0 commit comments

Comments
 (0)