Skip to content

Commit

Permalink
[Release] Bump MDC library version to 1.11.0-beta01
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 574961921
  • Loading branch information
drchen committed Oct 19, 2023
1 parent 541df07 commit 4b669c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -58,7 +58,7 @@ ext {
? project.property('mavenRepoUrl') : '/tmp/myRepo/')

// Current version of the library (could be in-development/unreleased).
mdcLibraryVersion = '1.11.0-alpha03'
mdcLibraryVersion = '1.11.0-beta01'
mdcLibraryPackage = "com.google.android.material"
mdcLibraryDir = "com/google/android/material"
}
Expand Down

0 comments on commit 4b669c1

Please sign in to comment.