File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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'
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}
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ libraries.
4343
4444If 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
4848Note: You should not use the `com.android.support` and
4949`com.google.android.material` dependencies in your app at the same time.
You can’t perform that action at this time.
0 commit comments