Open sirajahmad1 opened 5 years ago
Hi,
Add this on your android/build.gradle
subprojects {
afterEvaluate {project ->
if (project.hasProperty("android")) {
android {
compileSdkVersion 28
buildToolsVersion "28.0.3"
}
}
}
}
Thanks, it's working.
thank you,i get the same issue