-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
enhancementNew feature or requestNew feature or request
Description
File :
https://github.com/qonversion/flutter-sdk/blob/develop/android/build.gradle
repositories {
google()
mavenCentral()
jcenter()
}
rootProject.allprojects {
repositories {
google()
mavenCentral()
jcenter()
mavenLocal()
}
}JCenter artifact repository used by many Android projects, made JCenter a read-only repository on March 31, 2021.
https://developer.android.com/build/jcenter-migration
Please remove the jcenter()
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request