File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ configurations { natives }
43
43
dependencies {
44
44
implementation project(" :core" )
45
45
implementation " com.badlogicgames.gdx:gdx-backend-android:$gdxVersion "
46
- natives " com.badlogicgames.gdx:gdx-platform:$gdxVersion :natives-armeabi"
47
46
natives " com.badlogicgames.gdx:gdx-platform:$gdxVersion :natives-armeabi-v7a"
48
47
natives " com.badlogicgames.gdx:gdx-platform:$gdxVersion :natives-arm64-v8a"
49
48
natives " com.badlogicgames.gdx:gdx-platform:$gdxVersion :natives-x86"
@@ -53,7 +52,6 @@ dependencies {
53
52
54
53
dependencies {
55
54
implementation " com.badlogicgames.gdx:gdx-box2d:$gdxVersion "
56
- natives " com.badlogicgames.gdx:gdx-box2d-platform:$gdxVersion :natives-armeabi"
57
55
natives " com.badlogicgames.gdx:gdx-box2d-platform:$gdxVersion :natives-armeabi-v7a"
58
56
natives " com.badlogicgames.gdx:gdx-box2d-platform:$gdxVersion :natives-arm64-v8a"
59
57
natives " com.badlogicgames.gdx:gdx-box2d-platform:$gdxVersion :natives-x86"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ org.gradle.configureondemand=false
4
4
5
5
androidBuildToolsPluginVersion =4.1.1
6
6
flatbuffersPluginVersion =1.0.7
7
- gdxVersion =1.9.14
7
+ gdxVersion =1.10.0
8
8
gdxControllersVersion =2.2.0
9
9
artemisOdbVersion =2.3.0
10
10
artemisContribVersion =2.4.0
You can’t perform that action at this time.
0 commit comments