mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-04 21:26:57 +00:00
Update Simple Time Tracker to 1.23 (24)
This commit is contained in:
parent
baa2eeb8ff
commit
36d57ab6cc
1 changed files with 20 additions and 2 deletions
|
|
@ -48,9 +48,27 @@ Builds:
|
|||
fixed.apk 'META-INF/services/*'
|
||||
- zipalign 4 fixed.apk out.apk
|
||||
|
||||
- versionName: '1.23'
|
||||
versionCode: 24
|
||||
commit: 4233e11e24da52559401ff132ad6fc79a7560b5b
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y zipalign
|
||||
output: out.apk
|
||||
srclibs:
|
||||
- reproducible-apk-tools@v0.2.0
|
||||
prebuild: sed -e 's/\s\+"/implementation "/g' ../buildSrc/src/main/kotlin/com/example/util/simpletimetracker/Deps.kt
|
||||
> deps.gradle
|
||||
build:
|
||||
- gradle assembleRelease
|
||||
- $$reproducible-apk-tools$$/fix-newlines.py build/outputs/apk/release/*.apk
|
||||
fixed.apk 'META-INF/services/*'
|
||||
- zipalign 4 fixed.apk out.apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: buildSrc/src/main/kotlin/com/example/util/simpletimetracker/Base.kt|versionCode
|
||||
= (\d+)|.|versionName = "(.*)"
|
||||
CurrentVersion: '1.22'
|
||||
CurrentVersionCode: 23
|
||||
CurrentVersion: '1.23'
|
||||
CurrentVersionCode: 24
|
||||
|
|
|
|||
Loading…
Reference in a new issue