Solution ready.
Some checks failed
Merge core/template-android-project to this repo / merge-if-needed (push) Failing after 3m54s
Some checks failed
Merge core/template-android-project to this repo / merge-if-needed (push) Failing after 3m54s
This commit is contained in:
@ -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()
|
||||
}
|
||||
|
Reference in New Issue
Block a user