Код: Выделить всё
Execution failed for task ':app:dataBindingMergeDependencyArtifactsProductionGooglePlayStoreDebug'.
> Could not resolve all files for configuration ':app:productionGooglePlayStoreDebugCompileClasspath'.
> Could not find studio.forface.easygradle:dsl-android:3.0.4.
Required by:
project :app
Execution failed for task ':app:mergeProductionGooglePlayStoreDebugResources'. > Could not resolve all files for configuration ':app:productionGooglePlayStoreDebugRuntimeClasspath'.
> Could not find studio.forface.easygradle:dsl-android:3.0.4.
Execution failed for task ':app:checkProductionGooglePlayStoreDebugAarMetadata'. > Could not resolve all files for configuration ':app:productionGooglePlayStoreDebugRuntimeClasspath'.
> Could not find studio.forface.easygradle:dsl-android:3.0.4.
Execution failed for task ':app:mapProductionGooglePlayStoreDebugSourceSetPaths'.> Could not resolve all files for configuration ':app:productionGooglePlayStoreDebugRuntimeClasspath'.
> Could not find studio.forface.easygradle:dsl-android:3.0.4.
Execution failed for task ':app:processProductionGooglePlayStoreDebugMainManifest'. > Could not resolve all files for configuration ':app:productionGooglePlayStoreDebugRuntimeClasspath'.
> Could not find studio.forface.easygradle:dsl-android:3.0.4.
build.gradle (app)
Код: Выделить всё
dependencies { implementation 'studio.forface.easygradle:dsl-android:3.0.4' }build.gradle
Код: Выделить всё
allprojects
{
repositories
{
google()
jcenter()
maven {url "https://mvnrepository.com/artifact/studio.forface.easygradle/dsl-android"}
}
}
repositories
{
maven { url "https://plugins.gradle.org/m2/" }
mavenCentral()
google()
}
dependencies
{
classpath 'studio.forface.easygradle:dsl-android:3.0.4'
}
Подробнее здесь: https://stackoverflow.com/questions/794 ... droid3-0-4