Skip to content

Commit d338563

Browse files
committed
Update MDC library version number
PiperOrigin-RevId: 250714052
1 parent 9e9db60 commit d338563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ext {
5454
? project.property('mavenRepoUrl') : 'file://localhost/tmp/myRepo/')
5555

5656
// Current version of the library (could be in-development/unreleased).
57-
mdcLibraryVersion = '1.1.0-alpha06'
57+
mdcLibraryVersion = '1.1.0-alpha07'
5858
mdcLibraryPackage = "com.google.android.material"
5959
mdcLibraryDir = "com/google/android/material"
6060
}

0 commit comments

Comments
 (0)