Skip to content

Commit d7e2fa8

Browse files
dsn5ftgsajith
authored andcommitted
Update library version to 1.1.0-alpha01
Also updates 28.0.0-alpha3 to 28.0.0 PiperOrigin-RevId: 219336904
1 parent 22cd4db commit d7e2fa8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ext {
2121
compileSdkVersion = 28
2222
minSdkVersion = 14
2323
targetSdkVersion = 27
24-
supportVersion = '28.0.0-alpha3'
24+
supportVersion = '28.0.0'
2525

2626
testRunnerVersion = '1.0.0'
2727
espressoVersion = '3.0.0'
@@ -37,7 +37,7 @@ ext {
3737
? project.property('mavenRepoUrl') : 'file://localhost/tmp/myRepo/')
3838

3939
// Current version of the library (could be in-development/unreleased).
40-
mdcLibraryVersion = '1.1.0'
40+
mdcLibraryVersion = '1.1.0-alpha01'
4141
mdcLibraryPackage = "com.google.android.material"
4242
mdcLibraryDir = "com/google/android/material"
4343
}

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ libraries.
4343
4444
If you don't want to switch over to the new `androidx` and
4545
`com.google.android.material` packages yet, you can use Material Components via
46-
the `com.android.support:design:28.0.0-alpha3` dependency.
46+
the `com.android.support:design:28.0.0` dependency.
4747
4848
Note: You should not use the `com.android.support` and
4949
`com.google.android.material` dependencies in your app at the same time.

0 commit comments

Comments
 (0)