mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update io.github.yamin8000.owl.yml HOTFIX
This commit is contained in:
parent
a7d3979306
commit
d0e0344c68
1 changed files with 14 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ AutoName: freeDictionary
|
|||
|
||||
RepoType: git
|
||||
Repo: https://github.com/yamin8000/freeDictionaryApp.git
|
||||
Binaries: https://github.com/yamin8000/freeDictionaryApp/releases/download/%v/io.github.yamin8000.owl-v%c.%v.-release.apk
|
||||
Binaries: https://github.com/yamin8000/freeDictionaryApp/releases/download/%v/io.github.yamin8000.owl-v%c-n%v-release.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.5.5
|
||||
|
|
@ -91,10 +91,21 @@ Builds:
|
|||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines '$$OUT$$'
|
||||
'META-INF/services/*'
|
||||
|
||||
- versionName: 1.6.5
|
||||
versionCode: 42
|
||||
commit: 22832f93588ab35e15d09d2dbd4d3e6fb02d82d8
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- reproducible-apk-tools@v0.2.3
|
||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines '$$OUT$$'
|
||||
'META-INF/services/*'
|
||||
|
||||
AllowedAPKSigningKeys: c5fc36a2d18057155a471f456216f0b1f07755f33147f938c92ea6275dced4d2
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: app/build.gradle.kts|versionCode\s=\s(\d+)|.|versionName\s=\s"([\d.]+)"
|
||||
CurrentVersion: 1.6.4
|
||||
CurrentVersionCode: 41
|
||||
CurrentVersion: 1.6.5
|
||||
CurrentVersionCode: 42
|
||||
|
|
|
|||
Loading…
Reference in a new issue