mirror of
https://github.com/yairm210/Unciv.git
synced 2024-12-22 20:34:23 +07:00
Also cleaned up the build.gradle file
This commit is contained in:
parent
e94d109166
commit
1ca1342816
@ -12,13 +12,11 @@ buildscript {
|
||||
|
||||
repositories {
|
||||
// Chinese mirrors for quicker loading for chinese devs - uncomment if you're chinese
|
||||
// maven{ url = uri("https://maven.aliyun.com/repository/jcenter") }
|
||||
// maven{ url = uri("https://maven.aliyun.com/repository/public") }
|
||||
// maven{ url = uri("https://maven.aliyun.com/repository/google") }
|
||||
// maven{ url = uri("https://maven.aliyun.com/repository/gradle-plugin") }
|
||||
// maven{ url = uri("https://maven.aliyun.com/repository/public") }
|
||||
google()
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
google() // needed for com.android.tools.build:gradle
|
||||
maven { url = uri("https://oss.sonatype.org/content/repositories/snapshots/") }
|
||||
gradlePluginPortal()
|
||||
maven { url = uri("https://jitpack.io") } // for the anuken packr
|
||||
@ -43,14 +41,10 @@ allprojects {
|
||||
|
||||
repositories {
|
||||
// Chinese mirrors for quicker loading for chinese devs - uncomment if you're chinese
|
||||
// maven{ url = uri("https://maven.aliyun.com/repository/jcenter") }
|
||||
// maven{ url = uri("https://maven.aliyun.com/repository/google") }
|
||||
// maven{ url = uri("https://maven.aliyun.com/repository/gradle-plugin") }
|
||||
// maven{ url = uri("https://maven.aliyun.com/repository/public") }
|
||||
google()
|
||||
gradlePluginPortal()
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
google()
|
||||
maven { url = uri("https://oss.sonatype.org/content/repositories/snapshots/") }
|
||||
maven { url = uri("https://oss.sonatype.org/content/repositories/releases/") }
|
||||
maven { url = uri("https://jitpack.io") } // for java-discord-rpc
|
||||
|
@ -6,6 +6,6 @@ object BuildConfig {
|
||||
const val appCodeNumber = 709
|
||||
const val appVersion = "4.0.16"
|
||||
|
||||
const val gdxVersion = "1.10.0"
|
||||
const val gdxVersion = "1.11.0"
|
||||
const val roboVMVersion = "2.3.1"
|
||||
}
|
1
fastlane/metadata/android/es/short_description.txt
Normal file
1
fastlane/metadata/android/es/short_description.txt
Normal file
@ -0,0 +1 @@
|
||||
Juego 4X de crear civilizaciones
|
1
fastlane/metadata/android/ja/short_description.txt
Normal file
1
fastlane/metadata/android/ja/short_description.txt
Normal file
@ -0,0 +1 @@
|
||||
4Xの文明構築ゲーム
|
Loading…
Reference in New Issue
Block a user