Skip to content

Commit

Permalink
Merge pull request #1049 from AltBeacon/remove-android-material-depen…
Browse files Browse the repository at this point in the history
…dency

Remove unneeded android material dependency, accidentally added in 2.18
  • Loading branch information
davidgyoung committed Aug 18, 2021
2 parents 090d852 + b0b5b0d commit ad2af77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ android {

dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.3.0'
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
Expand Down

0 comments on commit ad2af77

Please sign in to comment.