[Release] Update library to version 1.12.0-alpha02

PiperOrigin-RevId: 588423929
This commit is contained in:
hunterstich 2023-12-06 07:45:06 -08:00 committed by Hunter Stich
parent 16eca7eef3
commit 59eaee3911

View File

@ -58,7 +58,7 @@ ext {
? project.property('mavenRepoUrl') : '/tmp/myRepo/')
// Current version of the library (could be in-development/unreleased).
mdcLibraryVersion = '1.12.0-alpha01'
mdcLibraryVersion = '1.12.0-alpha02'
mdcLibraryPackage = "com.google.android.material"
mdcLibraryDir = "com/google/android/material"
}