Switch to own UP FCM fork for now

Change-Id: Ic96668ca69da62d93d360a4175e08579d58c6e67
This commit is contained in:
SpiritCroc 2021-09-30 08:48:30 +02:00
parent a7f41e88f3
commit de0f44307b
3 changed files with 6 additions and 1 deletions

View File

@ -52,6 +52,8 @@ allprojects {
// UnifiedPush // UnifiedPush
includeGroupByRegex 'com\\.github\\.UnifiedPush' includeGroupByRegex 'com\\.github\\.UnifiedPush'
// SchildiChat
includeGroupByRegex 'com\\.github\\.SchildiChat'
// Chat effects // Chat effects
includeGroupByRegex 'com\\.github\\.jetradarmobile' includeGroupByRegex 'com\\.github\\.jetradarmobile'

View File

@ -23,3 +23,6 @@ vector.debugPrivateData=false
# httpLogLevel values: NONE, BASIC, HEADERS, BODY # httpLogLevel values: NONE, BASIC, HEADERS, BODY
vector.httpLogLevel=BASIC 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

View File

@ -455,7 +455,7 @@ dependencies {
// UnifiedPush // UnifiedPush
implementation 'com.github.UnifiedPush:android-connector:1.2.0' implementation 'com.github.UnifiedPush:android-connector:1.2.0'
// UnifiedPush gplay flavor only // 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-core'
exclude group: 'com.google.firebase', module: 'firebase-analytics' exclude group: 'com.google.firebase', module: 'firebase-analytics'
exclude group: 'com.google.firebase', module: 'firebase-measurement-connector' exclude group: 'com.google.firebase', module: 'firebase-measurement-connector'