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 99664aa commit bc37472Copy full SHA for bc37472
build.gradle
@@ -55,7 +55,7 @@ ext {
55
? project.property('mavenRepoUrl') : '/tmp/myRepo/')
56
57
// Current version of the library (could be in-development/unreleased).
58
- mdcLibraryVersion = '1.8.0-rc01'
+ mdcLibraryVersion = '1.8.0'
59
mdcLibraryPackage = "com.google.android.material"
60
mdcLibraryDir = "com/google/android/material"
61
}
0 commit comments