2
0

initial commit

This commit is contained in:
2024-11-22 14:00:41 +03:00
parent b723b77676
commit 84cb8f7ccc
2 changed files with 32 additions and 0 deletions

View File

@@ -32,6 +32,12 @@ android {
}
dependencies {
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("com.google.android.material:material:1.12.0")
implementation("androidx.activity:activity:1.9.3")
implementation("androidx.constraintlayout:constraintlayout:2.2.0")
implementation("com.squareup.retrofit2:retrofit:2.9.0")
implementation("com.squareup.retrofit2:converter-gson:2.9.0")
defaultLibrary()
}