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
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index b38ec42e5..87e44d2b0 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -73,7 +73,7 @@ dependencies {
def roomVersion = "2.6.1"
def glideVersion = "4.16.0"
def nextcloudCommonsVersion = "1.9.0"
- def androidCommonsVersion = "0.3.2"
+ def androidCommonsVersion = "0.4.0"
implementation project(path: ':cross-tab-drag-and-drop')
implementation project(path: ':tab-layout-helper')
@@ -122,7 +122,7 @@ dependencies {
implementation 'com.google.android.flexbox:flexbox:3.0.0'
// Custom Color Picker
- implementation 'com.github.skydoves:colorpickerview:2.2.4'
+ implementation 'com.github.skydoves:colorpickerview:2.3.0'
// Gson
implementation 'com.google.code.gson:gson:2.10.1'