Add UnifiedPush dependency.

This commit is contained in:
KotlinGeekDev
2023-10-12 18:36:59 +01:00
parent 2892fa6fca
commit f68f32f942
2 changed files with 9 additions and 1 deletions

View File

@@ -3,7 +3,12 @@ pluginManagement {
gradlePluginPortal()
google()
mavenCentral()
maven { url "https://jitpack.io" }
maven {
url "https://jitpack.io"
content {
includeModule 'com.github.UnifiedPush', 'android-connector'
}
}
}
}
dependencyResolutionManagement {