From 95dade13f4e37dee7fc0616f4ec1b3735c47dc2a Mon Sep 17 00:00:00 2001 From: tom5079 Date: Tue, 18 May 2021 10:57:36 +0900 Subject: [PATCH] Dependency update --- .idea/compiler.xml | 2 +- .idea/misc.xml | 2 +- app/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 61a9130c..fb7f4a8a 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index d5d35ec4..860da66a 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + diff --git a/app/build.gradle b/app/build.gradle index 23548e0a..85b928c1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -127,7 +127,7 @@ dependencies { implementation "ru.noties.markwon:core:3.1.0" implementation "xyz.quaver:libpupil:1.8.16" - implementation "xyz.quaver:documentfilex:0.5-SNAPSHOT" + implementation "xyz.quaver:documentfilex:0.6.1" implementation "xyz.quaver:floatingsearchview:1.1.1" testImplementation "junit:junit:4.13.1"