diff --git a/metadata/com.unciv.app.yml b/metadata/com.unciv.app.yml index c6317d9bba..eee453d2eb 100644 --- a/metadata/com.unciv.app.yml +++ b/metadata/com.unciv.app.yml @@ -3,9 +3,9 @@ Categories: License: MPL-2.0 AuthorName: Yair Morgenstern AuthorEmail: yairm210@hotmail.com -SourceCode: https://github.com/yairm210/UnCiv -IssueTracker: https://github.com/yairm210/UnCiv/issues -Translation: https://github.com/yairm210/Unciv/wiki/Translating +SourceCode: https://github.com/yairm210/Unciv +IssueTracker: https://github.com/yairm210/Unciv/issues +Translation: https://yairm210.github.io/Unciv/Other/Translating/ Changelog: https://github.com/yairm210/Unciv/blob/HEAD/changelog.md AutoName: UnCiv @@ -24,7 +24,7 @@ Description: |- Want to help translating the game into your language? Send me an email to yairm210@hotmail.com. - Grok Java, Kotlin or C#? Join us at https://github.com/yairm210/UnCiv. + Grok Java or Kotlin? Join us at https://github.com/yairm210/UnCiv. The world awaits! Will you build your civilization into an empire that will stand the test of time? @@ -34,7 +34,7 @@ Description: |- No other internet communication is initiated by Unciv. RepoType: git -Repo: https://github.com/yairm210/UnCiv.git +Repo: https://github.com/yairm210/Unciv.git Builds: - versionName: 3.0.6 @@ -2931,9 +2931,26 @@ Builds: scandelete: - site/sitemap.xml.gz + - versionName: 4.0.7 + versionCode: 698 + commit: 0f70d8360d760060d61e03e0e187bbc765368510 + subdir: android + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + rm: + - desktop + prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager + 'platforms;android-30' 'build-tools;30.0.3' > /dev/null + scandelete: + - site/sitemap.xml.gz + AutoUpdateMode: Version UpdateCheckMode: Tags UpdateCheckData: buildSrc/src/main/kotlin/BuildConfig.kt|appCodeNumber = (.*)|.|appVersion = "(.*)" -CurrentVersion: 4.0.6 -CurrentVersionCode: 697 +CurrentVersion: 4.0.7 +CurrentVersionCode: 698