summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
author0xd9a <0xd9a@noreply.codeberg.org>2022-08-20 16:20:22 +0530
committer0xd9a <0xd9a@noreply.codeberg.org>2022-08-20 16:20:22 +0530
commit9e71d9d3b0a57d7dd85d8e15e20ead90d4259b8d (patch)
tree57e19553f1432bbf31d351e720487540f71c95ee /build.gradle
parent5ed1fc7a02b969c03bb0c3c6a287242ee436d2fe (diff)
Update settings page
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index d2aa8244e..dcca24e08 100644
--- a/build.gradle
+++ b/build.gradle
@@ -7,6 +7,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:7.0.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21"
+ classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.5.1"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@@ -22,4 +23,4 @@ allprojects {
}
task clean(type: Delete) {
delete rootProject.buildDir
-} \ No newline at end of file
+}