File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ The library is generally available on JitPack; either by version tag or `master-
8
8
The JitPack repository URL would be: ` maven { url 'https://jitpack.io' } `
9
9
10
10
dependencies {
11
- implementation "io.syslogic:androidx-colorpicker:1.1.9 "
11
+ implementation "io.syslogic:androidx-colorpicker:1.2.0 "
12
12
}
13
13
14
14
Alternatively, one can also check out the repository and depend on the local ` :library ` module:
Original file line number Diff line number Diff line change 2
2
buildscript {
3
3
ext {
4
4
build_tools_version = ' 34.0.0'
5
- version_name = ' 1.1.9 '
6
- version_code = 18
5
+ version_name = ' 1.2.0 '
6
+ version_code = 19
7
7
compile_sdk = 34
8
8
target_sdk = 34
9
9
min_sdk = 21
Original file line number Diff line number Diff line change @@ -22,4 +22,8 @@ dependencyResolutionManagement {
22
22
rootProject. name = " ColorPicker"
23
23
24
24
include " :library"
25
- include " :mobile"
25
+
26
+ /* JitPack: exclude module. */
27
+ if (! System . env. JITPACK ) {
28
+ include " :mobile"
29
+ }
You can’t perform that action at this time.
0 commit comments