Skip to content

Commit

Permalink
[Gradle] Update library version to 1.13.0-alpha06 and androidx.graphi…
Browse files Browse the repository at this point in the history
…cs:graphics-shapes to 1.0.1

PiperOrigin-RevId: 675541273
  • Loading branch information
dsn5ft committed Sep 17, 2024
1 parent 7628351 commit 83dbba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ext {
vectorDrawable : '1.1.0',
viewpager2 : '1.0.0',
dynamicanimation : '1.0.0',
graphicsShapes : '1.0.0-rc01',
graphicsShapes : '1.0.1',
]

errorproneVersion = '2.15.0'
Expand All @@ -59,7 +59,7 @@ ext {
? project.property('mavenRepoUrl') : '/tmp/myRepo/')

// Current version of the library (could be in-development/unreleased).
mdcLibraryVersion = '1.13.0-alpha05'
mdcLibraryVersion = '1.13.0-alpha06'
mdcLibraryPackage = "com.google.android.material"
mdcLibraryDir = "com/google/android/material"
}
Expand Down

0 comments on commit 83dbba6

Please sign in to comment.