Closed hermannpoilpre closed 4 years ago
Hello Hermann ;-)
Fixed, error with classpath dependency:
buildscript {
repositories {
google()
jcenter()
// Add Maven repo
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.2'
// Add the Enigma classpath
classpath 'gradle.plugin.chrisney:enigma:1.0.0.5-SNAPSHOT'
}
}
Could not find chrisney:enigma:1.0.0.5-SNAPSHOT. Searched in the following locations: