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 9aaeb1e commit 0135043Copy full SHA for 0135043
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.1.7"
+ implementation "io.syslogic:androidx-colorpicker:1.1.8"
12
}
13
14
Alternatively, one can also check out the repository and depend on the local `:library` module:
build.gradle
@@ -1,8 +1,8 @@
1
// Root project build.gradle
2
buildscript {
3
ext {
4
- version_name = '1.1.7'
5
- version_code = 16
+ version_name = '1.1.8'
+ version_code = 17
6
compile_sdk = 34
7
target_sdk = 34
min_sdk = 21
0 commit comments