feat: доработка API

This commit is contained in:
Даниил 2023-06-05 22:20:39 +04:00
parent dd7109786e
commit 40a2a755a8
Signed by: nm17
GPG key ID: 3303B70C59145CD4
20 changed files with 391 additions and 68 deletions

View file

@ -11,6 +11,7 @@ compose-bom = "2023.03.00"
navigation-fragment = "2.5.3"
datastore-core-android = "1.1.0-alpha04"
room-common = "2.5.1"
security-crypto-ktx = "1.0.0"
[libraries]
androidx-navigation-fragment = { module = "androidx.navigation:navigation-fragment", version.ref = "navigation-fragment" }
@ -30,6 +31,7 @@ ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
material3 = { group = "androidx.compose.material3", name = "material3" }
androidx-datastore-core-android = { group = "androidx.datastore", name = "datastore-core-android", version.ref = "datastore-core-android" }
androidx-room-common = { group = "androidx.room", name = "room-common", version.ref = "room-common" }
androidx-security-crypto-ktx = { group = "androidx.security", name = "security-crypto-ktx", version.ref = "security-crypto-ktx" }
[plugins]
androidApplication = { id = "com.android.application", version.ref = "agp" }