mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
another note: fix update check
This commit is contained in:
parent
03cf37289f
commit
7094f8b209
1 changed files with 11 additions and 3 deletions
|
|
@ -94,7 +94,15 @@ Builds:
|
|||
output: build/outputs/apk/release/app-release-unsigned.apk
|
||||
build: gradle assembleRelease -x lintVitalAnalyzeRelease
|
||||
|
||||
- versionName: 1.5.1
|
||||
versionCode: 10501
|
||||
commit: deb964e2bb9ca3a877d352a6ffb8563c2dfcf5a4
|
||||
subdir: app
|
||||
output: build/outputs/apk/release/app-release-unsigned.apk
|
||||
build: gradle assembleRelease -x lintVitalAnalyzeRelease
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags v.*[0-9]$
|
||||
CurrentVersion: 1.5.0
|
||||
CurrentVersionCode: 10500
|
||||
UpdateCheckMode: Tags ^v[\d.]+$
|
||||
UpdateCheckName: com.maltaisn.notes
|
||||
CurrentVersion: 1.5.1
|
||||
CurrentVersionCode: 10501
|
||||
|
|
|
|||
Loading…
Reference in a new issue