Skip to content

Commit

Permalink
update com.google.android.material
Browse files Browse the repository at this point in the history
  • Loading branch information
Asutorufa committed May 3, 2024
1 parent e47eeca commit 2fcf07f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ dependencies {
implementation(fileTree(mapOf("include" to listOf("*.aar", "*.jar"), "dir" to "libs")))
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.preference:preference-ktx:1.2.1")
implementation("com.google.android.material:material:1.11.0")
implementation("com.google.android.material:material:1.12.0")
implementation("androidx.browser:browser:1.8.0")

// room
Expand Down
2 changes: 1 addition & 1 deletion logcatviewer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ android {

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 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0'
}

0 comments on commit 2fcf07f

Please sign in to comment.