android-push-notification
android-push-notification copied to clipboard
do u know how can i solve this error
Could not find com.android.support.appcompat-v7:28.0.0:. Required by: project :app Search in build.gradle files
Your allprojects file (build.gradle(Project)) should be like this
allprojects { repositories { jcenter() google() } }