mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update com.unciv.app.yml - updated translation location
This commit is contained in:
parent
fa94ab38dd
commit
41650e823d
1 changed files with 24 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue