Update build file to comply wwith fdroid inclusion criteria
This commit is contained in:
parent
4799baf136
commit
1a2ec20786
|
@ -14,42 +14,16 @@ RepoType: git
|
|||
Repo: https://github.com/emansih/FireflyMobile
|
||||
|
||||
Builds:
|
||||
- versionName: 0.1.0
|
||||
versionCode: 9
|
||||
commit: v0.1.0
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 0.1.1
|
||||
versionCode: 10
|
||||
commit: v0.1.1
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 0.1.2
|
||||
versionCode: 11
|
||||
commit: v0.1.2
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 0.1.3
|
||||
versionCode: 12
|
||||
commit: v0.1.3
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 0.1.4
|
||||
versionCode: 13
|
||||
commit: v0.1.4
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: |-
|
||||
sed -i -e 's/gradle:3.3.0-alpha12/gradle:3.2.1/' ../build.gradle
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.1.3
|
||||
CurrentVersionCode: 12
|
||||
CurrentVersion: v0.1.4-beta
|
||||
CurrentVersionCode: 13
|
||||
|
|
Loading…
Reference in a new issue