Skip to content

Commit 2dc9659

Browse files
committed
Do not use jitpack to get the unified push library
1 parent ee3abe7 commit 2dc9659

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ sqldelight-driver-jvm = { module = "app.cash.sqldelight:sqlite-driver", version.
177177
sqldelight-coroutines = { module = "app.cash.sqldelight:coroutines-extensions", version.ref = "sqldelight" }
178178
sqlcipher = "net.zetetic:android-database-sqlcipher:4.5.4"
179179
sqlite = "androidx.sqlite:sqlite-ktx:2.5.0"
180-
unifiedpush = "com.github.UnifiedPush:android-connector:3.0.4"
180+
unifiedpush = "org.unifiedpush.android:connector:3.0.4"
181181
otaliastudios_transcoder = "com.otaliastudios:transcoder:0.11.2"
182182
vanniktech_blurhash = "com.vanniktech:blurhash:0.3.0"
183183
telephoto_zoomableimage = { module = "me.saket.telephoto:zoomable-image-coil", version.ref = "telephoto" }

settings.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ dependencyResolutionManagement {
3939
maven {
4040
url = URI("https://www.jitpack.io")
4141
content {
42-
includeModule("com.github.UnifiedPush", "android-connector")
4342
includeModule("com.github.matrix-org", "matrix-analytics-events")
4443
}
4544
}

0 commit comments

Comments
 (0)