Skip to content

Commit ce9b98b

Browse files
committed
Update the MDC library version to 1.1.0-alpha08
PiperOrigin-RevId: 257233407
1 parent 24697f7 commit ce9b98b

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
@@ -57,7 +57,7 @@ ext {
5757
? project.property('mavenRepoUrl') : 'file://localhost/tmp/myRepo/')
5858

5959
// Current version of the library (could be in-development/unreleased).
60-
mdcLibraryVersion = '1.1.0-alpha07'
60+
mdcLibraryVersion = '1.1.0-alpha08'
6161
mdcLibraryPackage = "com.google.android.material"
6262
mdcLibraryDir = "com/google/android/material"
6363
}

0 commit comments

Comments
 (0)