From 74b9860784913c097ae59e58b0958da7744ebc2e Mon Sep 17 00:00:00 2001 From: Guillaume Jacquart Date: Fri, 9 Jun 2023 06:34:09 +0000 Subject: 1227: use navigation graph component, avoid view (fragments) duplications --- app/build.gradle | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/build.gradle') 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, -- cgit v1.2.1