mirror of
https://github.com/yairm210/Unciv.git
synced 2024-12-23 01:04:24 +07:00
Gradle changes towards LibGDX version increment
This commit is contained in:
parent
e2c6ae450d
commit
57fdff6897
@ -14,7 +14,7 @@ buildscript {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
maven { url = uri("https://oss.sonatype.org/content/repositories/snapshots/") }
|
||||
jcenter()
|
||||
gradlePluginPortal()
|
||||
maven{ url = uri("https://jitpack.io") } // for the anuken packr
|
||||
}
|
||||
dependencies {
|
||||
@ -42,7 +42,7 @@ allprojects {
|
||||
// maven{ url = uri("https://maven.aliyun.com/repository/gradle-plugin") }
|
||||
// maven{ url = uri("https://maven.aliyun.com/repository/public") }
|
||||
google()
|
||||
jcenter()
|
||||
gradlePluginPortal()
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
maven { url = uri("https://oss.sonatype.org/content/repositories/snapshots/") }
|
||||
@ -77,7 +77,6 @@ project(":android") {
|
||||
dependencies {
|
||||
"implementation"(project(":core"))
|
||||
"implementation"("com.badlogicgames.gdx:gdx-backend-android:$gdxVersion")
|
||||
natives("com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-armeabi")
|
||||
natives("com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-armeabi-v7a")
|
||||
natives("com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-arm64-v8a")
|
||||
natives("com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-x86")
|
||||
|
Loading…
Reference in New Issue
Block a user