diff --git a/android/build.gradle.kts b/android/build.gradle.kts index 3ea8261147..b26f93db75 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -58,7 +58,7 @@ android { } lint { - disable("MissingTranslation") + disable.add("MissingTranslation") } compileOptions { sourceCompatibility = JavaVersion.VERSION_1_8 diff --git a/build.gradle.kts b/build.gradle.kts index b3b7327565..47b06ad7be 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -26,7 +26,7 @@ buildscript { dependencies { classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${com.unciv.build.BuildConfig.kotlinVersion}") classpath("de.richsource.gradle.plugins:gwt-gradle-plugin:0.6") - classpath("com.android.tools.build:gradle:7.0.4") + classpath("com.android.tools.build:gradle:7.1.0") classpath("com.mobidevelop.robovm:robovm-gradle-plugin:2.3.1") // This is for wrapping the .jar file into a standalone executable diff --git a/docs/wiki/Getting-Started.md b/docs/wiki/Getting-Started.md index 1125836655..7257e877fd 100644 --- a/docs/wiki/Getting-Started.md +++ b/docs/wiki/Getting-Started.md @@ -12,7 +12,7 @@ So first things first - the initial "No assumptions" setup to have Unciv run fro * A new install may not be able to do the initial sync - this comes in the form of `Unable to find method ''void org.apache.commons.compress.archivers.zip.ZipFile.(java.nio.channels.SeekableByteChannel)''` errors when you try to sync. If you have this problem go into File > Settings > Appearance & Behavior > System Settings > Android SDK * Click "SDK Tools" * Select "Show Package Details" in the bottom right - * Choose version 30.0.2 under "Android SDK Build-Tools 31" + * Choose version 30.0.3 under "Android SDK Build-Tools " * Click "Apply" * In Android Studio, Run > Edit configurations. * Click "+" to add a new configuration