forked from LibreMV/GridFlow
add navigation menus
This commit is contained in:
@@ -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" }
|
||||
|
Reference in New Issue
Block a user