mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Update com.wire to 4.8.4
This commit is contained in:
parent
7a6ed63bb0
commit
9c285b4ce8
1 changed files with 18 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ Categories:
|
|||
- Phone & SMS
|
||||
License: GPL-3.0-or-later
|
||||
SourceCode: https://github.com/wireapp/wire-android
|
||||
IssueTracker: https://github.com/wireapp/wire-android/issues
|
||||
IssueTracker: https://github.com/wireapp/wire/issues
|
||||
Translation: https://crowdin.com/projects/wire
|
||||
Changelog: https://github.com/wireapp/wire-android/releases
|
||||
|
||||
|
|
@ -17,6 +17,7 @@ Repo: https://github.com/wireapp/wire-android.git
|
|||
Builds:
|
||||
- versionName: 3.81.37
|
||||
versionCode: 4063578
|
||||
disable: deprecated version
|
||||
commit: 3.81.37
|
||||
subdir: app
|
||||
gradle:
|
||||
|
|
@ -30,6 +31,7 @@ Builds:
|
|||
|
||||
- versionName: 3.82.38
|
||||
versionCode: 4254666
|
||||
disable: deprecated version
|
||||
commit: 3.82.38
|
||||
subdir: app
|
||||
gradle:
|
||||
|
|
@ -41,8 +43,22 @@ Builds:
|
|||
- 'printf "VersionCode: $$VERCODE$$\nVersionName: $$VERSION$$\n" > app/version.txt'
|
||||
ndk: r20
|
||||
|
||||
- versionName: 4.8.4-20981-fdroid
|
||||
versionCode: 100020981
|
||||
commit: v4.8.4
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- fdroid
|
||||
prebuild:
|
||||
- cd ..
|
||||
- 'printf "VersionCode: $$VERCODE$$\nVersionName: $$VERSION$$\n" > app/version.txt'
|
||||
scandelete:
|
||||
- build-logic/plugins/build
|
||||
ndk: r25b
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://github.com/wireapp/wire-android/releases/latest/download/version.txt|VersionCode:\s(\d+)|.|VersionName:\s([\d.]+)
|
||||
CurrentVersion: 4.8.4
|
||||
CurrentVersion: 4.8.4-20981-fdroid
|
||||
CurrentVersionCode: 100020981
|
||||
|
|
|
|||
Loading…
Reference in a new issue