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