Update file com.darkrockstudios.apps.hammer.android.yml

This commit is contained in:
Adam Brown 2024-02-13 04:42:24 +00:00 committed by linsui
parent 4794bed2b0
commit 9af8df38de

View file

@ -4,7 +4,7 @@ License: MIT
AuthorName: Adam Brown
SourceCode: https://github.com/Wavesonics/hammer-editor
IssueTracker: https://github.com/Wavesonics/hammer-editor/issues
Changelog: https://github.com/Wavesonics/hammer-editor/releases
Changelog: https://github.com/Wavesonics/hammer-editor/blob/develop/CHANGELOG.md
AutoName: Hammer
@ -38,9 +38,22 @@ Builds:
scanignore:
- common/src/commonMain/resources/raw/alice_in_wonderland_zip
- versionName: 1.7.0
versionCode: 107010000
commit: 54e3ce460407028e8ff84cf16bb499b1da798608
subdir: android
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- yes
prebuild: sed -i -e 's/val isRelease = .*/val isRelease = true/' ../buildSrc/src/main/java/versioncode.kt
scanignore:
- common/src/commonMain/resources/raw/alice_in_wonderland_zip
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: gradle/libs.versions.toml|android_version_code = "(\d+)"|.|app =
"([\d.]+)"
CurrentVersion: 1.6.0
CurrentVersionCode: 27
UpdateCheckMode: Tags ^fdroid-(\d+)$
UpdateCheckData: '|^fdroid-(\d+)$|gradle/libs.versions.toml|app = "([\d.]+)"'
CurrentVersion: 1.7.0
CurrentVersionCode: 107010000