add navigation menus

This commit is contained in:
2025-07-24 21:45:15 +05:00
parent b505daf2a9
commit 41aefc447a
26 changed files with 571 additions and 11 deletions

View File

@@ -15,6 +15,7 @@ navigationUiKtx = "2.6.0"
okhttp = "4.12.0"
gson = "2.10.1"
security = "1.1.0-alpha06"
coordinatorlayout = "1.2.0"
[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
@@ -32,6 +33,7 @@ okhttp = { group = "com.squareup.okhttp3", name = "okhttp", version.ref = "okhtt
okhttp-logging = { group = "com.squareup.okhttp3", name = "logging-interceptor", version.ref = "okhttp" }
gson = { group = "com.google.code.gson", name = "gson", version.ref = "gson" }
security-crypto = { group = "androidx.security", name = "security-crypto", version.ref = "security" }
androidx-coordinatorlayout = { group = "androidx.coordinatorlayout", name = "coordinatorlayout", version.ref = "coordinatorlayout" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }