We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72508fd commit d2b13daCopy full SHA for d2b13da
README.md
@@ -8,7 +8,7 @@ The library is generally available on JitPack; either by version tag or `master-
8
The JitPack repository URL would be: `maven { url 'https://jitpack.io' }`
9
10
dependencies {
11
- implementation "io.syslogic:androidx-colorpicker:1.2.0"
+ implementation "io.syslogic:androidx-colorpicker:1.2.2"
12
}
13
14
Alternatively, one can also check out the repository and depend on the local `:library` module:
build.gradle
@@ -2,8 +2,8 @@
2
buildscript {
3
ext {
4
build_tools_version = '34.0.0'
5
- version_name = '1.2.0'
6
- version_code = 19
+ version_name = '1.2.2'
+ version_code = 21
7
compile_sdk = 34
target_sdk = 34
min_sdk = 21
0 commit comments