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:
authorAndy Scherzinger <info@andy-scherzinger.de>2023-05-16 19:07:58 +0300
committerGitHub <noreply@github.com>2023-05-16 19:07:58 +0300
commit5fcaa6ddd796a5299d960aae262740835e8a482e (patch)
treec2f889af6bda592c5d577f9c4585407cc34dee9c /app
parent467c5f1b45daf25284c4ef3c31baba898a31e8af (diff)
parent3fd7e37694e44ea1fdf19da38822c809b7f89e75 (diff)
Merge pull request #1789 from nextcloud/dependabot/gradle/com.google.android.material-material-1.9.0
build(deps): Bump com.google.android.material:material from 1.8.0 to 1.9.0
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 4176a55e..cdb17ea5 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -100,7 +100,7 @@ dependencies {
implementation 'androidx.recyclerview:recyclerview:1.3.0'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'androidx.work:work-runtime:2.8.1'
- implementation 'com.google.android.material:material:1.8.0'
+ implementation 'com.google.android.material:material:1.9.0'
// Database
implementation "androidx.room:room-runtime:${roomVersion}"