Skip to content

Commit

Permalink
Update dependency com.github.ajalt.colormath:colormath to v3.3.0 (#468)
Browse files Browse the repository at this point in the history
* Update dependency com.github.ajalt.colormath:colormath to v3.3.0

* update group id for colormath extensions

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Frett <daniel.frett@cru.org>
  • Loading branch information
renovate[bot] and frett authored Jun 7, 2023
1 parent d3e9d54 commit 505125e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ androidx-annotation = "1.6.0"
androidx-test-junit = "1.1.5"
#antlr-kotlin = "b5135079b8"
antlr-kotlin-fork = "0.0.7_322"
colormath = "3.2.1"
colormath = "3.3.0"
fluidLocale = "0.12.0"
gtoSupport = "4.0.1"
jvm = "11"
Expand All @@ -26,8 +26,8 @@ androidx-test-junit = { module = "androidx.test.ext:junit", version.ref = "andro
antlr-kotlin-gradle = { module = "org.cru.mobile.fork.antlr-kotlin:antlr-kotlin-gradle-plugin", version.ref = "antlr-kotlin-fork" }
antlr-kotlin-runtime = { module = "org.cru.mobile.fork.antlr-kotlin:antlr-kotlin-runtime", version.ref = "antlr-kotlin-fork" }
colormath = { module = "com.github.ajalt.colormath:colormath", version.ref = "colormath" }
colormath-android-colorint = { module = "com.github.ajalt.colormath.extensions:colormath-ext-android-colorint", version.ref = "colormath" }
colormath-jetpack-compose = { module = "com.github.ajalt.colormath.extensions:colormath-ext-jetpack-compose", version.ref = "colormath" }
colormath-android-colorint = { module = "com.github.ajalt.colormath:colormath-ext-android-colorint", version.ref = "colormath" }
colormath-jetpack-compose = { module = "com.github.ajalt.colormath:colormath-ext-jetpack-compose", version.ref = "colormath" }
fluidLocale = { module = "io.fluidsonic.locale:fluid-locale", version.ref = "fluidLocale" }
goncalossilvaResources = { module = "com.goncalossilva:resources", version.ref = "goncalossilvaResources" }
gtoSupport-androidx-annotation = { module = "org.ccci.gto.android:gto-support-androidx-annotation", version.ref = "gtoSupport" }
Expand Down

0 comments on commit 505125e

Please # to comment.