[Release] Update library version to 1.10.0-alpha02

PiperOrigin-RevId: 528480150
This commit is contained in:
leticiars 2023-05-01 11:36:10 -04:00 committed by Leticia Santos
parent 5ba704a273
commit 1a2078be29

View File

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