NewHandwave
NewHandwave copied to clipboard
Android Studio Issue
There require some changes in Build.Gradle file for support v7 libraray repo. I will recommend to add this , to avoid user get any error while building app.
repositories { mavenLocal() mavenCentral() maven { // <-- Add this url 'https://maven.google.com/' name 'Google' } }