mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
misc fixes
This commit is contained in:
parent
f069078776
commit
edd25e3d10
3 changed files with 5 additions and 3 deletions
|
|
@ -117,6 +117,7 @@ Builds:
|
|||
|
||||
- versionName: 5.0.48
|
||||
versionCode: 48
|
||||
disable: no tag
|
||||
commit: v5.0.48
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
|
|
|
|||
|
|
@ -59,12 +59,12 @@ Builds:
|
|||
|
||||
- versionName: 2.7.3
|
||||
versionCode: 40
|
||||
commit: 2.7.3
|
||||
commit: v2.7.3
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://raw.githubusercontent.com/Catrobat/Paintroid/master/build.gradle|androidVersionCode
|
||||
= ([0-9]*)|.|androidVersionName = '([0-9.]*)'
|
||||
|
|
|
|||
|
|
@ -92,10 +92,11 @@ Builds:
|
|||
versionCode: 12
|
||||
commit: '3.0'
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '3.0'
|
||||
CurrentVersionCode: 12
|
||||
|
|
|
|||
Loading…
Reference in a new issue