Including this line in my build.gradle:
implementation 'com.github.thiagokimo:KonamiCode:1.1.6'
produces an error:
ERROR: Failed to resolve: com.github.thiagokimo:KonamiCode:1.1.6
Show in Project Structure dialog
Affected Modules: app
Version information:
android {
compileSdkVersion 28
buildToolsVersion "28.0.3"
defaultConfig {
minSdkVersion 22
targetSdkVersion 28
}
}
Any thoughts?
Including this line in my build.gradle:
implementation 'com.github.thiagokimo:KonamiCode:1.1.6'
produces an error:
ERROR: Failed to resolve: com.github.thiagokimo:KonamiCode:1.1.6
Show in Project Structure dialog
Affected Modules: app
Version information:
android {
compileSdkVersion 28
buildToolsVersion "28.0.3"
defaultConfig {
minSdkVersion 22
targetSdkVersion 28
}
}
Any thoughts?