mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Switch to own UP FCM fork for now
Change-Id: Ic96668ca69da62d93d360a4175e08579d58c6e67
This commit is contained in:
parent
a7f41e88f3
commit
de0f44307b
3 changed files with 6 additions and 1 deletions
|
@ -52,6 +52,8 @@ allprojects {
|
|||
|
||||
// UnifiedPush
|
||||
includeGroupByRegex 'com\\.github\\.UnifiedPush'
|
||||
// SchildiChat
|
||||
includeGroupByRegex 'com\\.github\\.SchildiChat'
|
||||
|
||||
// Chat effects
|
||||
includeGroupByRegex 'com\\.github\\.jetradarmobile'
|
||||
|
|
|
@ -23,3 +23,6 @@ vector.debugPrivateData=false
|
|||
# httpLogLevel values: NONE, BASIC, HEADERS, BODY
|
||||
vector.httpLogLevel=BASIC
|
||||
|
||||
# Timeouts for jitpack // https://jitpack.io/docs/FAQ/
|
||||
systemProp.org.gradle.internal.http.connectionTimeout=180000
|
||||
systemProp.org.gradle.internal.http.socketTimeout=180000
|
||||
|
|
|
@ -455,7 +455,7 @@ dependencies {
|
|||
// UnifiedPush
|
||||
implementation 'com.github.UnifiedPush:android-connector:1.2.0'
|
||||
// UnifiedPush gplay flavor only
|
||||
gplayImplementation('com.github.UnifiedPush:android-embedded_fcm_distributor:1.1.0') {
|
||||
gplayImplementation('com.github.SchildiChat:android-embedded_fcm_distributor:e223728') {
|
||||
exclude group: 'com.google.firebase', module: 'firebase-core'
|
||||
exclude group: 'com.google.firebase', module: 'firebase-analytics'
|
||||
exclude group: 'com.google.firebase', module: 'firebase-measurement-connector'
|
||||
|
|
Loading…
Reference in a new issue