mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update Wire to 3.80.32 (3616592)
This commit is contained in:
parent
a92ec534b5
commit
fc24a4ddcb
1 changed files with 15 additions and 2 deletions
|
|
@ -79,8 +79,21 @@ Builds:
|
|||
- 'printf "VersionCode: $$VERCODE$$\nVersionName: $$VERSION$$\n" > app/version.txt'
|
||||
ndk: r20
|
||||
|
||||
- versionName: 3.80.32
|
||||
versionCode: 3616592
|
||||
commit: 3.80.32
|
||||
subdir: app
|
||||
gradle:
|
||||
- fdroid
|
||||
prebuild:
|
||||
- cd ..
|
||||
- sed -ri '/fireBase/,/}/d' app/build.gradle
|
||||
- sed -ri '/com.google.android.c2dm/d' app/src/main/AndroidManifest.xml
|
||||
- 'printf "VersionCode: $$VERCODE$$\nVersionName: $$VERSION$$\n" > app/version.txt'
|
||||
ndk: r20
|
||||
|
||||
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.80.23
|
||||
CurrentVersionCode: 2649586
|
||||
CurrentVersion: 3.80.32
|
||||
CurrentVersionCode: 3616592
|
||||
|
|
|
|||
Loading…
Reference in a new issue