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

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-03-19 11:23:31 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-03-19 11:29:39 +0300
commite4d8e961fc8e85a154a9aa22541ba4baa979930e (patch)
tree6cf94d988d199963ce20a03919ba82e97a11e9d5 /app
parentc16fde17dbda4fc052c1aad2527d2abeee2a334f (diff)
Bump fragment from 1.2.2 to 1.2.3
Bumps fragment from 1.2.2 to 1.2.3. Signed-off-by: dependabot-preview[bot] <support@dependabot.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 932d27a8..c54ddf56 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -60,7 +60,7 @@ dependencies {
annotationProcessor 'com.github.bumptech.glide:compiler:4.10.0'
implementation "androidx.appcompat:appcompat:1.1.0"
- implementation "androidx.fragment:fragment:1.2.2"
+ implementation "androidx.fragment:fragment:1.2.3"
implementation "androidx.preference:preference:1.1.0"
implementation "androidx.recyclerview:recyclerview:1.1.0"
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0'