Skip to content

Commit d2b13da

Browse files
committed
version 1.2.2
1 parent 72508fd commit d2b13da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The library is generally available on JitPack; either by version tag or `master-
88
The JitPack repository URL would be: `maven { url 'https://jitpack.io' }`
99

1010
dependencies {
11-
implementation "io.syslogic:androidx-colorpicker:1.2.0"
11+
implementation "io.syslogic:androidx-colorpicker:1.2.2"
1212
}
1313

1414
Alternatively, one can also check out the repository and depend on the local `:library` module:

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
buildscript {
33
ext {
44
build_tools_version = '34.0.0'
5-
version_name = '1.2.0'
6-
version_code = 19
5+
version_name = '1.2.2'
6+
version_code = 21
77
compile_sdk = 34
88
target_sdk = 34
99
min_sdk = 21

0 commit comments

Comments
 (0)