From 9bae8a7d10268077405015e1555c947e1384ba3b Mon Sep 17 00:00:00 2001 From: connieshi Date: Wed, 31 Mar 2021 12:00:49 -0400 Subject: [PATCH] Increment mdcLibraryVersion to 1.4.0-alpha02 PiperOrigin-RevId: 366045203 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5274b2882..fad4f7ba8 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ ext { ? project.property('mavenRepoUrl') : '/tmp/myRepo/') // Current version of the library (could be in-development/unreleased). - mdcLibraryVersion = '1.4.0-alpha01' + mdcLibraryVersion = '1.4.0-alpha02' mdcLibraryPackage = "com.google.android.material" mdcLibraryDir = "com/google/android/material" }