mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update Unciv to 4.2.9 (753)
This commit is contained in:
parent
9435b54951
commit
d83ec7bfc3
1 changed files with 20 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ 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
|
||||
AutoName: Unciv
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/yairm210/Unciv.git
|
||||
|
|
@ -3724,9 +3724,26 @@ Builds:
|
|||
scandelete:
|
||||
- site/sitemap.xml.gz
|
||||
|
||||
- versionName: 4.2.9
|
||||
versionCode: 753
|
||||
commit: d5134f84cd52f932338cfa011e47c675343373d9
|
||||
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-32' 'build-tools;32.0.0' > /dev/null
|
||||
scandelete:
|
||||
- site/sitemap.xml.gz
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: buildSrc/src/main/kotlin/BuildConfig.kt|appCodeNumber = (.*)|.|appVersion
|
||||
= "(.*)"
|
||||
CurrentVersion: 4.2.8
|
||||
CurrentVersionCode: 752
|
||||
CurrentVersion: 4.2.9
|
||||
CurrentVersionCode: 753
|
||||
|
|
|
|||
Loading…
Reference in a new issue