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