2
0

Solve initial commit
Some checks failed
Merge core/template-android-project to this repo / merge-if-needed (push) Has been cancelled

This commit is contained in:
2024-11-13 08:27:45 +03:00
parent b723b77676
commit 4f3d2d8af0
6 changed files with 122 additions and 15 deletions

View File

@ -32,6 +32,10 @@ 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")
defaultLibrary()
}