Add: Main navigation menu

This commit is contained in:
machiav3lli
2021-12-16 00:57:18 +01:00
parent 5f4df77816
commit 0aee431479
2 changed files with 17 additions and 0 deletions

View File

@ -124,6 +124,8 @@ dependencies {
implementation 'androidx.fragment:fragment-ktx:1.4.0'
implementation 'androidx.activity:activity-ktx:1.4.0'
implementation "androidx.preference:preference-ktx:1.1.1"
implementation "androidx.navigation:navigation-fragment-ktx:2.4.0-beta02"
implementation "androidx.navigation:navigation-ui-ktx:2.4.0-beta02"
// Material3
implementation 'com.google.android.material:material:1.6.0-alpha01'