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 955d47d commit cd59e98Copy full SHA for cd59e98
build.gradle
@@ -35,7 +35,7 @@ ext {
35
36
mavenRepoUrl = (project.hasProperty('mavenRepoUrl')
37
? project.property('mavenRepoUrl') : 'file://localhost/tmp/myRepo/')
38
- mdcLibraryVersion = '1.0.0-beta01'
+ mdcLibraryVersion = '1.0.0-rc01'
39
mdcLibraryPackage = "com.google.android.material"
40
mdcLibraryDir = "com/google/android/material"
41
}
0 commit comments