mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update Session to 1.19.2 (3805)
This commit is contained in:
parent
d3e5bd4f08
commit
e81e4fccea
1 changed files with 36 additions and 2 deletions
|
|
@ -1089,10 +1089,44 @@ Builds:
|
|||
- libsession-util/libsession-util/external
|
||||
ndk: r26d
|
||||
|
||||
- versionName: 1.19.2
|
||||
versionCode: 3805
|
||||
commit: fd0f9ea60201b857f25018c8c0ce62a78f9c92ae
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- website
|
||||
srclibs:
|
||||
- session-lazysodium-android@5.1.1
|
||||
rm:
|
||||
- liblazysodium
|
||||
- stickyheader
|
||||
prebuild:
|
||||
- ln -s $$session-lazysodium-android$$/app ../liblazysodium
|
||||
- ln -s $$session-lazysodium-android$$/session-lazysodium-java ..
|
||||
- sed -i -e '/stickyheader/d' ../settings.gradle
|
||||
- sed -i -e '/gms/d' -e 's/raw.github.com.*"/jitpack.io"/' -e 's|developer.huawei.com/repo/|jitpack.io|'
|
||||
../build.gradle
|
||||
- sed -i -e '/gms/d' -e '/firebase-messaging/,/^ }/d' -e '/mlkit/d' -e '/enable
|
||||
true/d' -e '/circular-progress-button/s/1.1.3-S2/1.1.3/' -e "s/project(':stickyheader')/'com.github.Codewaves:Sticky-Header-Grid:0261e4fd01'/"
|
||||
-e '/defaultConfig/a applicationId "network.loki.messenger.fdroid"' -e 's/ext.websiteUpdateUrl
|
||||
= ".*"/ext.websiteUpdateUrl = "null"/g' build.gradle
|
||||
- sed -i -E -e '/app_name/s/>(.+)</>\1 F-Droid</' src/main/res/*/strings.xml
|
||||
- for uri in $(sed -n -E 's/android:authorities="network.loki.(.*)"/\1/p' src/main/AndroidManifest.xml);
|
||||
do find src/main/java/org/thoughtcrime/securesms -type f -exec sed -i -e "s/network.loki.$uri/network.loki.fdroid.$uri/"
|
||||
{} +; done
|
||||
- sed -i -e '/READ_PHONE_STATE/d' -e '/c2dm/d' -e 's/ACCESS_SESSION_SECRETS/fdroid.ACCESS_SESSION_SECRETS/'
|
||||
-e '/android:authorities/s/network.loki/network.loki.fdroid/' src/main/AndroidManifest.xml
|
||||
- sed -i -e '/Box(/,$c}' -e '/mlkit/d' src/main/java/org/thoughtcrime/securesms/ui/components/QR.kt
|
||||
- sdkmanager 'cmake;3.22.1'
|
||||
scandelete:
|
||||
- libsession-util/libsession-util/external
|
||||
ndk: r26d
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
VercodeOperation:
|
||||
- 10*%c+5
|
||||
UpdateCheckData: app/build.gradle|canonicalVersionCode\s=\s(\d+)|.|canonicalVersionName\s=\s"([\d.]+)"
|
||||
CurrentVersion: 1.19.1
|
||||
CurrentVersionCode: 3795
|
||||
CurrentVersion: 1.19.2
|
||||
CurrentVersionCode: 3805
|
||||
|
|
|
|||
Loading…
Reference in a new issue