diff --git a/build.gradle b/build.gradle index e4a8fccac8e..18f5b689670 100644 --- a/build.gradle +++ b/build.gradle @@ -59,7 +59,7 @@ ext { ? project.property('mavenRepoUrl') : '/tmp/myRepo/') // Current version of the library (could be in-development/unreleased). - mdcLibraryVersion = '1.6.0-alpha01' + mdcLibraryVersion = '1.6.0-alpha02' mdcLibraryPackage = "com.google.android.material" mdcLibraryDir = "com/google/android/material" }