besides AGP update, updated compileSdkVersion and targetSdkVersion to 30.
build success, if set
lintOptions {
checkReleaseBuilds false
}
else i get
Execution failed for task ‘:app:lintVitalProductionRelease’.
> Could not resolve all dependencies for configuration ‘:app:debugUnitTestRuntimeClasspath’.
> A problem occurred configuring project ‘:core-testing’.
> java.lang.IllegalStateException: Accessing GradleBuildProject.Builder through AnalyticsConfiguratorService is not allowed after AnalyticsService is created.
compileSdkVersion 30 buildToolsVersion '30.0.3' minSdkVersion 21 targetSdkVersion 30 gradle 7.0.2
Any idea, guys?