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:
authorStefan Niedermann <info@niedermann.it>2020-11-11 00:24:53 +0300
committerStefan Niedermann <info@niedermann.it>2020-11-11 00:24:53 +0300
commite3e84d11729839f440869cae7b60dd8c50eb8f9d (patch)
treecfd65082d59bb987f8440720463dbdfc033598cb /app
parentf972553f3141df43a2312b8ea5a64add1bf6159a (diff)
parentd24b68cfa02840e486da78a0e530c7036a993624 (diff)
Merge remote-tracking branch 'origin/master'
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 589a41972..27e21587b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -123,7 +123,7 @@ dependencies {
// -----------------------
implementation 'androidx.multidex:multidex:2.0.1'
- coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.0.10'
+ coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.0'
// -------------
// --- Tests ---