Skip to content

Commit

Permalink
Update mdcLibraryVersion to 1.0.0-rc01.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 205456379
  • Loading branch information
wcshi authored and dsn5ft committed Aug 2, 2018
1 parent 955d47d commit cd59e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ext {

mavenRepoUrl = (project.hasProperty('mavenRepoUrl')
? project.property('mavenRepoUrl') : 'file://localhost/tmp/myRepo/')
mdcLibraryVersion = '1.0.0-beta01'
mdcLibraryVersion = '1.0.0-rc01'
mdcLibraryPackage = "com.google.android.material"
mdcLibraryDir = "com/google/android/material"
}
Expand Down

1 comment on commit cd59e98

@LouisCAD
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the docs haven't been updated to reflect the new version?

Please sign in to comment.