[Gradle] Update library version to 1.12.0-alpha01

PiperOrigin-RevId: 581963367
This commit is contained in:
dsn5ft 2023-11-13 15:56:07 +00:00 committed by Dan Nizri
parent bc5987379e
commit a283959bd8

View File

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