diff --git a/build.gradle b/build.gradle index 0694e788..39aeb876 100644 --- a/build.gradle +++ b/build.gradle @@ -171,7 +171,7 @@ dependencies { // This library was originally authored as com.klinkerapps at https://github.com/klinker41/android-smsmms. // However, that version is under-loved. I have therefore made "some fixes" and published it. // Please see https://invent.kde.org/sredman/android-smsmms/-/tree/master - implementation 'org.kde:android-smsmms:5.2.7' + implementation 'org.kde.invent.sredman:android-smsmms:kdeconnect-1-21-0' implementation 'com.klinkerapps:logger:1.0.3' implementation 'commons-io:commons-io:2.8.0' // newer versions don't work on Android 7: https://stackoverflow.com/questions/73604534/no-static-method-threadlocal-withinitial-commons-io-dependency diff --git a/settings.gradle b/settings.gradle index ec5f80d7..ec0abcc6 100644 --- a/settings.gradle +++ b/settings.gradle @@ -16,10 +16,7 @@ dependencyResolutionManagement { google() mavenCentral() maven { - name = "KDE Invent Maven" - // This project_id corresponds to kdeconnect-android project - // Depending on how long we need this custom package, we may decide to move it to a more-official repo - url = "https://invent.kde.org/api/v4/projects/72/packages/maven" + url = "https://jitpack.io" } } }