Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error:(34, 20) Failed to resolve: mbanje.kurt:fabbutton:1.2.4 #43

Open
Angelk90 opened this issue Jun 29, 2018 · 1 comment
Open

Error:(34, 20) Failed to resolve: mbanje.kurt:fabbutton:1.2.4 #43

Angelk90 opened this issue Jun 29, 2018 · 1 comment

Comments

@Angelk90
Copy link

Angelk90 commented Jun 29, 2018

@ckurtm :
Hi, give me the following error where I'm wrong?
I also tried to change compile with implementation, as suggested but does not change anything.

distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

build

buildscript {
    repositories {
        jcenter()
        maven { url "https://maven.google.com" }
    }

    dependencies {
        classpath 'com.android.tools.build:gradle:3.1.3'
    }
}

apply plugin: 'com.android.library'

android {
    compileSdkVersion 27
    buildToolsVersion "27.0.3"

    defaultConfig {
        minSdkVersion 16
        targetSdkVersion 27
        versionCode 1
        versionName "1.0"
    }
    lintOptions {
        abortOnError false
    }
}

repositories {
    mavenCentral()
    maven { url "https://maven.google.com" }
}
.....

`

@Master-Dipankar
Copy link

'mbanje.kurt:fabbutton:1.2.4@aar' add @aar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants