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
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2022-11-04 12:25:13 +0300
committerStefan Niedermann <info@niedermann.it>2022-11-04 12:25:13 +0300
commit7183470a252173adc4231bd5373c6805c3709b11 (patch)
tree99e8ffe0b9d709ef6553988f228dc2503eb77cd0 /build.gradle
parent6a14c4f6ce235807241694f0290f3bd2f312bfc2 (diff)
Fix #1330 Update to The Material Design 3
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 2df2a674e..17c508e61 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
- ext.materialVersion = "1.6.1"
+ ext.materialVersion = "1.7.0"
repositories {
google()
mavenCentral()