This commit is contained in:
2023-11-26 13:19:30 +03:00
parent 9f54b69a18
commit 964636333b
13 changed files with 67 additions and 11 deletions
+3 -1
View File
@@ -66,7 +66,7 @@ dependencies {
implementation("androidx.core:core-ktx:1.12.0")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.2")
implementation("androidx.activity:activity-compose:1.8.0")
implementation("androidx.activity:activity-compose:1.8.1")
implementation(platform("androidx.compose:compose-bom:2023.03.00"))
implementation("androidx.compose.ui:ui")
implementation("androidx.compose.ui:ui-graphics")
@@ -112,4 +112,6 @@ dependencies {
implementation("androidx.room:room-ktx:2.6.0")
ksp("androidx.room:room-compiler:2.6.0")
implementation("com.squareup.retrofit2:retrofit:2.9.0")
implementation ("com.sun.mail:android-mail:1.6.2")
implementation ("com.sun.mail:android-activation:1.6.2")
}