mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update Wire to 3.82.38 (4254666)
This commit is contained in:
parent
7932cb28ac
commit
8f0cd27464
1 changed files with 15 additions and 2 deletions
|
|
@ -28,8 +28,21 @@ Builds:
|
|||
- 'printf "VersionCode: $$VERCODE$$\nVersionName: $$VERSION$$\n" > app/version.txt'
|
||||
ndk: r20
|
||||
|
||||
- versionName: 3.82.38
|
||||
versionCode: 4254666
|
||||
commit: 3.82.38
|
||||
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.81.37
|
||||
CurrentVersionCode: 4063578
|
||||
CurrentVersion: 3.82.38
|
||||
CurrentVersionCode: 4254666
|
||||
|
|
|
|||
Loading…
Reference in a new issue