Skip to content

Commit

Permalink
Remove deprecation on com.google.android.material:material
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyTangAndroid committed May 5, 2022
1 parent be96f8c commit 7432a98
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ dependencies {
implementation "androidx.appcompat:appcompat:$appcompatVersioon"
implementation "javax.inject:javax.inject:$injectVersion"
implementation "com.jakewharton.timber:timber:$timberVersion"
//noinspection GradleDependency
implementation "com.google.android.material:material:$materialVersioon"
implementation "androidx.appcompat:appcompat:$appcompatVersioon"
implementation "androidx.room:room-runtime:$roomVersion"
Expand Down
1 change: 0 additions & 1 deletion wood/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ dependencies {

implementation "javax.inject:javax.inject:$injectVersion"
implementation "com.jakewharton.timber:timber:$timberVersion"
//noinspection GradleDependency
implementation "com.google.android.material:material:$materialVersioon"
implementation "androidx.appcompat:appcompat:$appcompatVersioon"
implementation "androidx.room:room-runtime:$roomVersion"
Expand Down

0 comments on commit 7432a98

Please sign in to comment.