-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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'
}
}
Metadata
Metadata
Assignees
Labels
No labels