Skip to content

Commit c1470ce

Browse files
committed
Version 3
1 parent 8de55f1 commit c1470ce

5 files changed

Lines changed: 3 additions & 27 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v2.3.0 (2023-05-19)
3+
## v3.0.0 (2023-05-21)
44
- The library has been rewritten using Compose
55
- **BREAKING** The minSdk is now 25
66
- Updated dependencies to latest versions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The artifact is available on Maven Central.
1717

1818
```kotlin
1919
dependencies {
20-
implementation("org.jraf:android-wear-color-picker:2.3.0")
20+
implementation("org.jraf:android-wear-color-picker:3.0.0")
2121
}
2222
```
2323

buildSrc/build.gradle.kts

Lines changed: 0 additions & 8 deletions
This file was deleted.

buildSrc/src/main/kotlin/Globals.kt

Lines changed: 0 additions & 16 deletions
This file was deleted.

library/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "org.jraf"
11-
version = "2.3.0"
11+
version = "3.0.0"
1212
description = "android-wear-color-picker"
1313

1414
android {

0 commit comments

Comments
 (0)