android-push-notification icon indicating copy to clipboard operation
android-push-notification copied to clipboard

do u know how can i solve this error

Open Gunjan9sahoo opened this issue 5 years ago • 1 comments

Could not find com.android.support.appcompat-v7:28.0.0:. Required by: project :app Search in build.gradle files

Gunjan9sahoo avatar Jul 13 '19 05:07 Gunjan9sahoo

Your allprojects file (build.gradle(Project)) should be like this

allprojects { repositories { jcenter() google() } }

rana01645 avatar Jul 13 '19 07:07 rana01645