Skip to content

Commit 0135043

Browse files
committed
version 1.1.8
1 parent 9aaeb1e commit 0135043

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.1.7"
11+
implementation "io.syslogic:androidx-colorpicker:1.1.8"
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
@@ -1,8 +1,8 @@
11
// Root project build.gradle
22
buildscript {
33
ext {
4-
version_name = '1.1.7'
5-
version_code = 16
4+
version_name = '1.1.8'
5+
version_code = 17
66
compile_sdk = 34
77
target_sdk = 34
88
min_sdk = 21

0 commit comments

Comments
 (0)