Use @jheld's color picker fork

pull/3248/head
Alex Baker 11 months ago
parent a20f1ae0ba
commit 600492942b

@ -1237,7 +1237,7 @@
+| +--- androidx.annotation:annotation:1.1.0 -> 1.8.1 (*) +| +--- androidx.annotation:annotation:1.1.0 -> 1.8.1 (*)
+| \--- com.squareup.okhttp3:logging-interceptor:3.12.1 +| \--- com.squareup.okhttp3:logging-interceptor:3.12.1
+| \--- com.squareup.okhttp3:okhttp:3.12.1 -> 4.12.0 (*) +| \--- 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 (*) +| \--- androidx.appcompat:appcompat:1.1.0 -> 1.7.0 (*)
++--- net.openid:appauth:0.11.1 ++--- net.openid:appauth:0.11.1
+| +--- androidx.annotation:annotation:1.2.0 -> 1.8.1 (*) +| +--- androidx.annotation:annotation:1.2.0 -> 1.8.1 (*)

@ -1583,7 +1583,7 @@
+| +--- androidx.annotation:annotation:1.1.0 -> 1.9.0 (*) +| +--- androidx.annotation:annotation:1.1.0 -> 1.9.0 (*)
+| \--- com.squareup.okhttp3:logging-interceptor:3.12.1 +| \--- com.squareup.okhttp3:logging-interceptor:3.12.1
+| \--- com.squareup.okhttp3:okhttp:3.12.1 -> 4.12.0 (*) +| \--- 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 (*) +| \--- androidx.appcompat:appcompat:1.1.0 -> 1.7.0 (*)
++--- net.openid:appauth:0.11.1 ++--- net.openid:appauth:0.11.1
+| +--- androidx.annotation:annotation:1.2.0 -> 1.9.0 (*) +| +--- androidx.annotation:annotation:1.2.0 -> 1.9.0 (*)

@ -11,7 +11,6 @@ appauth = "0.11.1"
appcompat = "1.7.0" appcompat = "1.7.0"
cert4android = "7814052" cert4android = "7814052"
coil = "2.7.0" coil = "2.7.0"
colorpicker = "0.0.15"
compose = "2024.11.00" compose = "2024.11.00"
constraintlayout = "2.2.0" constraintlayout = "2.2.0"
dagger-hilt = "2.55" 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-gif = { module = "io.coil-kt:coil-gif", version.ref = "coil" }
coil-svg = { module = "io.coil-kt:coil-svg", 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" } 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 = { 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-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" } dagger-hilt-gradle = { module = "com.google.dagger:hilt-android-gradle-plugin", version.ref = "dagger-hilt" }

@ -31,7 +31,7 @@ dependencyResolutionManagement {
includeModule("com.github.bitfireAT", "cert4android") includeModule("com.github.bitfireAT", "cert4android")
includeModule("com.github.bitfireAT", "dav4jvm") includeModule("com.github.bitfireAT", "dav4jvm")
includeModule("com.github.franmontiel", "PersistentCookieJar") includeModule("com.github.franmontiel", "PersistentCookieJar")
includeModule("com.github.QuadFlask", "colorpicker") includeModule("com.github.jheld", "colorpicker")
includeModule("com.github.tasks", "ical4android") includeModule("com.github.tasks", "ical4android")
includeModule("com.github.tasks.opentasks", "opentasks-provider") includeModule("com.github.tasks.opentasks", "opentasks-provider")
} }

Loading…
Cancel
Save