Solve initial commit
Some checks failed
Merge core/template-android-project to this repo / merge-if-needed (push) Has been cancelled
Some checks failed
Merge core/template-android-project to this repo / merge-if-needed (push) Has been cancelled
This commit is contained in:
@ -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()
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user