2
0

Solution ready.
Some checks failed
Merge core/template-android-project to this repo / merge-if-needed (push) Failing after 3m54s

This commit is contained in:
2024-11-11 14:22:13 +03:00
parent 220eb99921
commit d41878e082
9 changed files with 89 additions and 2 deletions

View File

@ -32,5 +32,9 @@ android {
}
dependencies {
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("com.google.android.material:material:1.10.0")
implementation("androidx.activity:activity:1.8.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
defaultLibrary()
}