diff --git a/build.gradle b/build.gradle index 4bbb8a6b11d..bc3a5b3a022 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ ext { ? project.property('mavenRepoUrl') : '/tmp/myRepo/') // Current version of the library (could be in-development/unreleased). - mdcLibraryVersion = '1.12.0-alpha03' + mdcLibraryVersion = '1.13.0-alpha01' mdcLibraryPackage = "com.google.android.material" mdcLibraryDir = "com/google/android/material" }