[Release] Updated version to 1.13.0-alpha10.

PiperOrigin-RevId: 718439459
This commit is contained in:
pekingme 2025-01-22 18:29:16 +00:00 committed by pekingme
parent e3a3093309
commit 40ec5c5c3e

View File

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