From f8f2898643c9958490cc7180a651ce9844840abf Mon Sep 17 00:00:00 2001 From: hunterstich Date: Fri, 25 Feb 2022 08:01:59 -0800 Subject: [PATCH] [Release] Update library version to 1.6.0-alpha03 PiperOrigin-RevId: 430948449 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 18f5b689670..a5d1d3cf3b4 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.6.0-alpha02' + mdcLibraryVersion = '1.6.0-alpha03' mdcLibraryPackage = "com.google.android.material" mdcLibraryDir = "com/google/android/material" }