Skip to content

Commit

Permalink
Update dependency com.google.android.material:material to v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 4, 2024
1 parent 33c5374 commit 1945e55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apklis-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {


implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("com.google.android.material:material:1.11.0")
implementation("com.google.android.material:material:1.12.0")
implementation("androidx.appcompat:appcompat:1.6.1")

implementation("io.reactivex.rxjava3:rxjava:3.1.8")
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {


implementation("androidx.appcompat:appcompat:1.6.1")
implementation("com.google.android.material:material:1.11.0")
implementation("com.google.android.material:material:1.12.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")

implementation(project(":apklis-api"))
Expand Down

0 comments on commit 1945e55

Please sign in to comment.