We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7628351 commit 83dbba6Copy full SHA for 83dbba6
build.gradle
@@ -41,7 +41,7 @@ ext {
41
vectorDrawable : '1.1.0',
42
viewpager2 : '1.0.0',
43
dynamicanimation : '1.0.0',
44
- graphicsShapes : '1.0.0-rc01',
+ graphicsShapes : '1.0.1',
45
]
46
47
errorproneVersion = '2.15.0'
@@ -59,7 +59,7 @@ ext {
59
? project.property('mavenRepoUrl') : '/tmp/myRepo/')
60
61
// Current version of the library (could be in-development/unreleased).
62
- mdcLibraryVersion = '1.13.0-alpha05'
+ mdcLibraryVersion = '1.13.0-alpha06'
63
mdcLibraryPackage = "com.google.android.material"
64
mdcLibraryDir = "com/google/android/material"
65
}
0 commit comments