diff options
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index e6d0c2a..8a9f1fd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,4 +1,5 @@ /* + * Copyright (C) 2023 MURENA SAS * Copyright (C) 2022 E FOUNDATION * * This program is free software: you can redistribute it and/or modify @@ -19,6 +20,7 @@ plugins { id 'com.android.application' id 'kotlin-android' id 'kotlin-kapt' + id 'androidx.navigation.safeargs.kotlin' } def getSentryDsn = { -> @@ -162,6 +164,9 @@ dependencies { Libs.AndroidX.work, Libs.material, + Libs.AndroidX.navigation.fragmentKtx, + Libs.AndroidX.navigation.uiKtx, + Libs.Retrofit.retrofit, Libs.Retrofit.scalars, |