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>2021-04-22 08:43:13 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-04-22 08:45:20 +0300
commita87114305cccd7d2163b364cecc879bace52c20f (patch)
tree15ca8e95920c111f8fcfa25005915e6101c7ad74 /app
parent7c679729c0566c31dce913b597f714a64a9d3864 (diff)
Bump fragment from 1.3.2 to 1.3.3
Bumps fragment from 1.3.2 to 1.3.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 c0c38c27..3d43cd81 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -75,7 +75,7 @@ dependencies {
// Android X
implementation "androidx.appcompat:appcompat:1.2.0"
- implementation "androidx.fragment:fragment:1.3.2"
+ implementation "androidx.fragment:fragment:1.3.3"
implementation "androidx.preference:preference:1.1.1"
implementation "androidx.recyclerview:recyclerview:1.2.0"
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'