diff --git a/build.gradle b/build.gradle index 168e79758..a6e50764a 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-alpha09' + mdcLibraryVersion = '1.13.0-alpha10' mdcLibraryPackage = "com.google.android.material" mdcLibraryDir = "com/google/android/material" }