Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-25 15:08:05 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-11-29 17:36:05 +0300
commit566575e115f29fc35a5747496f1032b064fb2f34 (patch)
tree5107e95f4208a5fd7b1741d072d1cbfb946ad6cd /app
parent0a2c989e5cb5460fb11a1983fce10a295bee67da (diff)
Bump colorpickerview from 2.2.3 to 2.2.4
Bumps [colorpickerview](https://github.com/skydoves/colorpickerview) from 2.2.3 to 2.2.4. - [Release notes](https://github.com/skydoves/colorpickerview/releases) - [Commits](https://github.com/skydoves/colorpickerview/commits) --- updated-dependencies: - dependency-name: com.github.skydoves:colorpickerview dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 28ff34029..37e72a60c 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -108,7 +108,7 @@ dependencies {
implementation 'com.google.android.flexbox:flexbox:3.0.0'
// Custom Color Picker
- implementation 'com.github.skydoves:colorpickerview:2.2.3'
+ implementation 'com.github.skydoves:colorpickerview:2.2.4'
// Gson
implementation 'com.google.code.gson:gson:2.8.9'