Skip to content

Commit 83dbba6

Browse files
committed
[Gradle] Update library version to 1.13.0-alpha06 and androidx.graphics:graphics-shapes to 1.0.1
PiperOrigin-RevId: 675541273
1 parent 7628351 commit 83dbba6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ext {
4141
vectorDrawable : '1.1.0',
4242
viewpager2 : '1.0.0',
4343
dynamicanimation : '1.0.0',
44-
graphicsShapes : '1.0.0-rc01',
44+
graphicsShapes : '1.0.1',
4545
]
4646

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

6161
// Current version of the library (could be in-development/unreleased).
62-
mdcLibraryVersion = '1.13.0-alpha05'
62+
mdcLibraryVersion = '1.13.0-alpha06'
6363
mdcLibraryPackage = "com.google.android.material"
6464
mdcLibraryDir = "com/google/android/material"
6565
}

0 commit comments

Comments
 (0)