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 cc58c0c8c9
commit 275fa03de3
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")
}