Import some stuff about Push and notification from Element Android - WIP

This commit is contained in:
Benoit Marty
2023-03-14 14:57:14 +01:00
committed by Benoit Marty
parent aa2bb224e5
commit 64f4740029
70 changed files with 5158 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
import java.net.URI
/*
* Copyright (c) 2022 New Vector Ltd
*
@@ -27,6 +29,14 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven {
url = URI("https://www.jitpack.io")
content {
includeModule("com.github.UnifiedPush", "android-connector")
}
}
//noinspection JcenterRepositoryObsolete
jcenter()
flatDir {
dirs("libraries/matrix/libs")
}