Skip to content

Commit

Permalink
Update library version to 1.1.0-alpha01
Browse files Browse the repository at this point in the history
Also updates 28.0.0-alpha3 to 28.0.0

PiperOrigin-RevId: 219336904
  • Loading branch information
dsn5ft authored and gsajith committed Nov 1, 2018
1 parent 22cd4db commit d7e2fa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ext {
compileSdkVersion = 28
minSdkVersion = 14
targetSdkVersion = 27
supportVersion = '28.0.0-alpha3'
supportVersion = '28.0.0'

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

// Current version of the library (could be in-development/unreleased).
mdcLibraryVersion = '1.1.0'
mdcLibraryVersion = '1.1.0-alpha01'
mdcLibraryPackage = "com.google.android.material"
mdcLibraryDir = "com/google/android/material"
}
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ libraries.

If you don't want to switch over to the new `androidx` and
`com.google.android.material` packages yet, you can use Material Components via
the `com.android.support:design:28.0.0-alpha3` dependency.
the `com.android.support:design:28.0.0` dependency.

Note: You should not use the `com.android.support` and
`com.google.android.material` dependencies in your app at the same time.
Expand Down

0 comments on commit d7e2fa8

Please sign in to comment.