Skip to content

Commit

Permalink
Release version 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Oct 13, 2023
1 parent c37cee3 commit b5261a5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.3.3
### Changed
- Use unique namespace for all android extensions and disable BuildConfig generation. Thanks to @frett for the contribution ([#45](https://github.com/ajalt/clikt/issues/45))

## 3.3.2
### Added
- Publish `linuxArm64` target. This target is not tested on CI.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@ Colormath is distributed through [Maven Central](https://search.maven.org/artifa

```groovy
dependencies {
implementation("com.github.ajalt.colormath:colormath:3.3.2")
implementation("com.github.ajalt.colormath:colormath:3.3.3")
// optional extensions for interop with other platforms
//
// android.graphics.Color
implementation("com.github.ajalt.colormath:colormath-ext-android-color:3.3.2")
implementation("com.github.ajalt.colormath:colormath-ext-android-color:3.3.3")
// androidx.annotation.ColorInt
implementation("com.github.ajalt.colormath:colormath-ext-android-colorint:3.3.2")
implementation("com.github.ajalt.colormath:colormath-ext-android-colorint:3.3.3")
// androidx.compose.ui.graphics.Color
implementation("com.github.ajalt.colormath:colormath-ext-jetpack-compose:3.3.2")
implementation("com.github.ajalt.colormath:colormath-ext-jetpack-compose:3.3.3")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=3.3.2
VERSION_NAME=3.3.3

kotlin.mpp.stability.nowarn=true
android.useAndroidX=true
Expand Down

0 comments on commit b5261a5

Please # to comment.