diff --git a/build.gradle b/build.gradle index 37a134ea145..cfce4a41fa7 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-rc01' + mdcLibraryVersion = '1.12.0' mdcLibraryPackage = "com.google.android.material" mdcLibraryDir = "com/google/android/material" }