Last active
November 7, 2020 16:33
-
-
Save ricknout/850d67b8c00e04b08f10b51de65b3cf4 to your computer and use it in GitHub Desktop.
Design Support Library to MDC-Android 1.0.0 dependency update
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Copyright 2020 Google LLC. | |
SPDX-License-Identifier: Apache-2.0 */ | |
-implementation ‘com.android.support:design:28.0.0’ | |
+implementation ‘com.google.android.material:material:1.0.0’ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
新手