diff --git a/deps_fdroid.txt b/deps_fdroid.txt index 61969b094..17f500753 100644 --- a/deps_fdroid.txt +++ b/deps_fdroid.txt @@ -1237,7 +1237,7 @@ +| +--- androidx.annotation:annotation:1.1.0 -> 1.8.1 (*) +| \--- com.squareup.okhttp3:logging-interceptor:3.12.1 +| \--- com.squareup.okhttp3:okhttp:3.12.1 -> 4.12.0 (*) -++--- com.github.QuadFlask:colorpicker:0.0.15 +++--- com.github.jheld:colorpicker:a0c2fd2125 +| \--- androidx.appcompat:appcompat:1.1.0 -> 1.7.0 (*) ++--- net.openid:appauth:0.11.1 +| +--- androidx.annotation:annotation:1.2.0 -> 1.8.1 (*) diff --git a/deps_googleplay.txt b/deps_googleplay.txt index e545dfbf9..9e5c826a2 100644 --- a/deps_googleplay.txt +++ b/deps_googleplay.txt @@ -1583,7 +1583,7 @@ +| +--- androidx.annotation:annotation:1.1.0 -> 1.9.0 (*) +| \--- com.squareup.okhttp3:logging-interceptor:3.12.1 +| \--- com.squareup.okhttp3:okhttp:3.12.1 -> 4.12.0 (*) -++--- com.github.QuadFlask:colorpicker:0.0.15 +++--- com.github.jheld:colorpicker:a0c2fd2125 +| \--- androidx.appcompat:appcompat:1.1.0 -> 1.7.0 (*) ++--- net.openid:appauth:0.11.1 +| +--- androidx.annotation:annotation:1.2.0 -> 1.9.0 (*) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 616023d88..67761d7c7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,6 @@ appauth = "0.11.1" appcompat = "1.7.0" cert4android = "7814052" coil = "2.7.0" -colorpicker = "0.0.15" compose = "2024.11.00" constraintlayout = "2.2.0" dagger-hilt = "2.55" @@ -105,7 +104,7 @@ coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" } coil-gif = { module = "io.coil-kt:coil-gif", version.ref = "coil" } coil-svg = { module = "io.coil-kt:coil-svg", version.ref = "coil" } coil-video = { module = "io.coil-kt:coil-video", version.ref = "coil" } -colorpicker = { module = "com.github.QuadFlask:colorpicker", version.ref = "colorpicker" } +colorpicker = { module = "com.github.jheld:colorpicker", version = "a0c2fd2125" } dagger-hilt = { module = "com.google.dagger:hilt-android", version.ref = "dagger-hilt" } dagger-hilt-compiler = { module = "com.google.dagger:hilt-compiler", version.ref = "dagger-hilt" } dagger-hilt-gradle = { module = "com.google.dagger:hilt-android-gradle-plugin", version.ref = "dagger-hilt" } diff --git a/settings.gradle.kts b/settings.gradle.kts index e6c97a5e5..11e6bcc03 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -31,7 +31,7 @@ dependencyResolutionManagement { includeModule("com.github.bitfireAT", "cert4android") includeModule("com.github.bitfireAT", "dav4jvm") includeModule("com.github.franmontiel", "PersistentCookieJar") - includeModule("com.github.QuadFlask", "colorpicker") + includeModule("com.github.jheld", "colorpicker") includeModule("com.github.tasks", "ical4android") includeModule("com.github.tasks.opentasks", "opentasks-provider") }