summaryrefslogtreecommitdiffstats
path: root/app/build.gradle
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2024-03-21 17:24:28 +0100
committerThomas <tschneider.ac@gmail.com>2024-03-21 17:24:28 +0100
commit86e8e639a3f6b6336e84b2344c2c501a19fc2659 (patch)
tree7a26553b3f8f89ee82d666e56e4b7cc4f0c25201 /app/build.gradle
parent9907717638e408b41b9c88c8f1d41be36358827b (diff)
Create QR-Code for profile URL
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 798579e29..14b6b69e2 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -190,7 +190,7 @@ dependencies {
implementation 'androidx.media:media:1.7.0'
implementation 'com.github.mancj:MaterialSearchBar:0.8.5'
-
+ implementation 'com.github.androidmads:QRGenerator:1.0.1'
implementation 'io.noties.markwon:core:4.6.2'
implementation 'io.noties.markwon:ext-tables:4.6.2'