I tried to integrate Appodeal into my Flutter Project using latest stack_appodeal_flutter 1.2.0 Package. I followed their instruction still got this error. Appreciate any help.
this is my Android build gradle
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven { url "https://artifactory.appodeal.com/appodeal" }
}
}