Increment mdcLibraryVersion to 1.4.0-alpha02

PiperOrigin-RevId: 366045203
This commit is contained in:
connieshi 2021-03-31 12:00:49 -04:00 committed by Connie Shi
parent f97560d8a8
commit 9bae8a7d10

View File

@ -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"
}