Update com.redblaster.hsl.main.yml to auto-update builds
A few days ago I released a new version of my program. I added tags to my source code and would like F-Droid to build my app automatically. Please verify that I did everything correctly. If I can change or explain something, let me know. Thanks.
This commit is contained in:
parent
3c55ef1637
commit
2e756d9109
|
@ -24,7 +24,13 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
- versionName: '1.6'
|
||||
versionCode: 37
|
||||
commit: '1.6'
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.6'
|
||||
CurrentVersionCode: 37
|
||||
|
|
Loading…
Reference in a new issue