skydoves / PowerMenu

:fire: Powerful and modernized popup menu with fully customizable animations.
Apache License 2.0
1.19k stars 174 forks source link

Could not find cardview-1.0.0.jar #61

Closed cermohammadreza closed 4 years ago

cermohammadreza commented 4 years ago

This is compilation error when i try building project.

Could not find cardview-1.0.0.jar (androidx.cardview:cardview:1.0.0).
Searched in the following locations:
    https://dl.google.com/dl/android/maven2/androidx/cardview/cardview/1.0.0/cardview-1.0.0.jar
skydoves commented 4 years ago

Hi, @cermohammadreza . Add the below codes to your build.gradle (app mudle).

implementation "androidx.cardview:cardview:1.0.0"