Update UnifiedPush lib

This commit is contained in:
sim
2025-01-14 16:00:54 +01:00
parent 082de410e0
commit 376653cb3f
5 changed files with 31 additions and 27 deletions

View File

@@ -2,12 +2,6 @@ pluginManagement {
repositories {
google()
mavenCentral()
maven {
url "https://www.jitpack.io"
content {
includeModule 'com.github.UnifiedPush', 'android-connector'
}
}
mavenLocal()
}
}
@@ -17,7 +11,12 @@ dependencyResolutionManagement {
google()
mavenCentral()
mavenLocal()
maven { url 'https://jitpack.io' }
maven {
url 'https://jitpack.io'
content {
includeModule 'com.github.bottom-software-foundation', 'bottom-java'
}
}
}
}
rootProject.name = "Moshidon"