diff --git a/build.gradle b/build.gradle index d9e98d10330..8900a2e1dba 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.13.0-alpha06' + mdcLibraryVersion = '1.13.0-alpha07' mdcLibraryPackage = "com.google.android.material" mdcLibraryDir = "com/google/android/material" }