mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Update com.wire AutoUpdateMode
This commit is contained in:
parent
28a8105548
commit
1a8b116ab6
1 changed files with 4 additions and 19 deletions
|
|
@ -15,21 +15,7 @@ RepoType: git
|
|||
Repo: https://github.com/wireapp/wire-android.git
|
||||
|
||||
Builds:
|
||||
- versionName: 3.77.7-fdroid
|
||||
versionCode: 1889384
|
||||
disable: https://github.com/wireapp/wire-android/issues/3621
|
||||
commit: 3.77.7
|
||||
subdir: app
|
||||
gradle:
|
||||
- fdroid
|
||||
prebuild:
|
||||
- cd ..
|
||||
- sed -ri '/fireBase/,/}/d' app/build.gradle
|
||||
- curl -sL https://github.com/wireapp/wire-android/releases/download/$$VERSION$$/version.txt
|
||||
>> app/version.txt
|
||||
ndk: r20b
|
||||
|
||||
- versionName: 3.77.10-fdroid
|
||||
- versionName: 3.77.10
|
||||
versionCode: 1982129
|
||||
commit: 3.77.10
|
||||
subdir: app
|
||||
|
|
@ -38,11 +24,10 @@ Builds:
|
|||
prebuild:
|
||||
- cd ..
|
||||
- sed -ri '/fireBase/,/}/d' app/build.gradle
|
||||
- curl -sL https://github.com/wireapp/wire-android/releases/download/$$VERSION$$/version.txt
|
||||
>> app/version.txt
|
||||
ndk: r20b
|
||||
- 'printf "VersionCode: $$VERCODE$$\nVersionName: $$VERSION$$\n" > app/version.txt'
|
||||
ndk: r20
|
||||
|
||||
AutoUpdateMode: Version +-fdroid %v
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://github.com/wireapp/wire-android/releases/latest/download/version.txt|VersionCode:\s(\d+)|.|VersionName:\s([\d.]+)
|
||||
CurrentVersion: 3.77.10
|
||||
|
|
|
|||
Loading…
Reference in a new issue