Import some stuff about Push and notification from Element Android - WIP
This commit is contained in:
parent
cc58c0c8c9
commit
275fa03de3
70 changed files with 5158 additions and 2 deletions
|
|
@ -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")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue