Skip to content

Commit

Permalink
Update dependency androidx.compose.material:material to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 9, 2023
1 parent 9c66e1f commit 22b2264
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/avif/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

dependencies {
implementation project(':library')
implementation 'org.aomedia.avif.android:avif:0.11.1.647c3c2'
implementation 'org.aomedia.avif.android:avif:0.11.1.3c786d2'
implementation libs.guava

annotationProcessor project(':annotation:compiler')
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ dependencyResolutionManagement {
library('androidx.vectordrawable', 'androidx.vectordrawable:vectordrawable-animated:1.1.0')
library('proguard-gradle', 'com.guardsquare:proguard-gradle:7.1.0')
library('compose-foundation', 'androidx.compose.foundation:foundation:1.3.1')
library('compose-material', 'androidx.compose.material:material:1.3.1')
library('compose-material', 'androidx.compose.material:material:1.5.0')
library('compose-ui', 'androidx.compose.ui', 'ui').versionRef('compose')
library('compose-ui.testmanifest', 'androidx.compose.ui', 'ui-test-manifest').versionRef('compose')
library('compose-ui.testjunit4', 'androidx.compose.ui', 'ui-test-junit4').versionRef('compose')
Expand Down

0 comments on commit 22b2264

Please sign in to comment.