ckurtm / FabButton

Android Floating ActionButton with a progress indicator ring
774 stars 152 forks source link

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

Open Angelk90 opened 6 years ago

Angelk90 commented 6 years ago

@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 commented 4 years ago

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