We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27f0cd7 commit b5ff302Copy full SHA for b5ff302
build.gradle
@@ -29,7 +29,7 @@ ext {
29
? project.property('mavenRepoUrl') : '/tmp/myRepo/')
30
31
// Current version of the library (could be in-development/unreleased).
32
- mdcLibraryVersion = '1.13.0-alpha11'
+ mdcLibraryVersion = '1.13.0-alpha12'
33
mdcLibraryPackage = "com.google.android.material"
34
mdcLibraryDir = "com/google/android/material"
35
}
0 commit comments