mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Merge branch 'gooutwithduck-disable' into 'master'
GoOutWithDuck - Disable versions and autoupdate See merge request fdroid/fdroiddata!8426
This commit is contained in:
commit
ede7359e4c
1 changed files with 4 additions and 1 deletions
|
|
@ -17,6 +17,7 @@ Repo: https://github.com/headuck/GoOutWithDuck
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: 0.1.0
|
- versionName: 0.1.0
|
||||||
versionCode: 100
|
versionCode: 100
|
||||||
|
disable: Disable to avoid abuse
|
||||||
commit: 0.1.0
|
commit: 0.1.0
|
||||||
subdir: app
|
subdir: app
|
||||||
gradle:
|
gradle:
|
||||||
|
|
@ -24,12 +25,14 @@ Builds:
|
||||||
|
|
||||||
- versionName: 0.1.1
|
- versionName: 0.1.1
|
||||||
versionCode: 101
|
versionCode: 101
|
||||||
|
disable: Disable to avoid abuse
|
||||||
commit: 0.1.1
|
commit: 0.1.1
|
||||||
subdir: app
|
subdir: app
|
||||||
|
submodules: true
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
|
||||||
AutoUpdateMode: Version %v
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 0.1.1
|
CurrentVersion: 0.1.1
|
||||||
CurrentVersionCode: 101
|
CurrentVersionCode: 101
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue