File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## 3.3.2
44### Added
55- Publish ` linuxArm64 ` target. This target is not tested on CI.
66
Original file line number Diff line number Diff line change @@ -50,16 +50,16 @@ Colormath is distributed through [Maven Central](https://search.maven.org/artifa
5050
5151``` groovy
5252dependencies {
53- implementation("com.github.ajalt.colormath:colormath:3.3.1 ")
53+ implementation("com.github.ajalt.colormath:colormath:3.3.2 ")
5454
5555 // optional extensions for interop with other platforms
5656 //
5757 // android.graphics.Color
58- implementation("com.github.ajalt.colormath:colormath-ext-android-color:3.3.1 ")
58+ implementation("com.github.ajalt.colormath:colormath-ext-android-color:3.3.2 ")
5959 // androidx.annotation.ColorInt
60- implementation("com.github.ajalt.colormath:colormath-ext-android-colorint:3.3.1 ")
60+ implementation("com.github.ajalt.colormath:colormath-ext-android-colorint:3.3.2 ")
6161 // androidx.compose.ui.graphics.Color
62- implementation("com.github.ajalt.colormath:colormath-ext-jetpack-compose:3.3.1 ")
62+ implementation("com.github.ajalt.colormath:colormath-ext-jetpack-compose:3.3.2 ")
6363}
6464```
6565
Original file line number Diff line number Diff line change 1- VERSION_NAME =3.3.1
1+ VERSION_NAME =3.3.2
22
33kotlin.mpp.stability.nowarn =true
44android.useAndroidX =true
You can’t perform that action at this time.
0 commit comments