Skip to content

Commit

Permalink
Merge pull request #41 from akashmi/master
Browse files Browse the repository at this point in the history
removed 'com.google.android.material:material:1.3.0' from gradle
  • Loading branch information
a914-gowtham committed Apr 5, 2021
2 parents ecae146 + 44b9f35 commit 66e8f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'com.google.android.material:material:1.3.0'
// implementation 'com.google.android.material:material:1.3.0'
implementation 'com.google.android.exoplayer:exoplayer:2.12.1'
implementation 'com.crystal:crystalrangeseekbar:1.1.3'
// implementation files('libs/mobile-ffmpeg-min-4.4.LTS.aar')
Expand Down

0 comments on commit 66e8f93

Please sign in to comment.