Implement workarounds for Dependabot to update dependencies (#1552)

This commit is contained in:
Harsh Shandilya 2021-11-30 17:56:05 +05:30 committed by GitHub
parent 8d59e8255c
commit fc211418c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 260 additions and 52 deletions

View file

@ -93,7 +93,7 @@ dependencies {
implementation(libs.compose.foundation.core)
implementation(libs.compose.foundation.layout)
implementation(libs.compose.material)
implementation(libs.compose.material3)
implementation(libs.androidx.compose.material3)
implementation(libs.compose.ui.core)
implementation(libs.compose.ui.viewbinding)
compileOnly(libs.compose.ui.tooling)