mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Conversations 2.8.0
This commit is contained in:
parent
08352cbf51
commit
8d668e945e
1 changed files with 13 additions and 2 deletions
|
|
@ -1795,11 +1795,22 @@ Builds:
|
|||
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
|
||||
\ \ \ \ \ \ \ abortOnError\ false' build.gradle
|
||||
|
||||
- versionName: 2.8.0+fcr
|
||||
versionCode: 379
|
||||
commit: 2.8.0
|
||||
gradle:
|
||||
- conversationsFreeCompat
|
||||
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/aabortOnError\
|
||||
false' -e '/libwebrtc/d' -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.+'"
|
||||
-e '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
|
||||
|
||||
MaintainerNotes: |-
|
||||
We go back to targetSdk 25 so users can disable the foreground service (and
|
||||
annoying notification) if they choose to.
|
||||
For 2.8.0 we replace the webrtc.aar with the latest M79 from maven, but
|
||||
that won't be updated anymore so we'll need to start building locally in the future.
|
||||
|
||||
AutoUpdateMode: Version ++fcr %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.7.1
|
||||
CurrentVersionCode: 367
|
||||
CurrentVersion: 2.8.0+fcr
|
||||
CurrentVersionCode: 379
|
||||
|
|
|
|||
Loading…
Reference in a new issue