Code Monkey home page Code Monkey logo

Comments (11)

pavlospt avatar pavlospt commented on September 24, 2024

Did you add both lines that i mention in the "How To Use" section?

from circleview.

stevyhacker avatar stevyhacker commented on September 24, 2024

Yes I did,
project's build.gradle

buildscript {
    repositories {
        jcenter()
        maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }

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

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }
}

allprojects {
    repositories {
        jcenter()
        maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }

    }
}

and to modules's gradle file


dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    compile 'com.android.support:appcompat-v7:19.+'
    compile 'com.github.pavlospt:circleview:1.0-SNAPSHOT'

}

from circleview.

pavlospt avatar pavlospt commented on September 24, 2024

Try adding "@aar" after the "SNAPSHOT" word and let me know!

from circleview.

stevyhacker avatar stevyhacker commented on September 24, 2024

Changed to compile 'com.github.pavlospt:circleview:1.0-SNAPSHOT@aar' but the error is still there Error:Artifact 'com.github.pavlospt:circleview:1.0-SNAPSHOT:circleview.aar' not found.

from circleview.

ChristofBuechi avatar ChristofBuechi commented on September 24, 2024

I had the same problem yesterday, but I'm new in gradle, so I doubt myself

from circleview.

stevyhacker avatar stevyhacker commented on September 24, 2024

I tried on Mac and Ubuntu but error is the same, also deleting caches and restarting doesn't help either.

from circleview.

pavlospt avatar pavlospt commented on September 24, 2024

I will have to dig further into it! In the meantime if you want to use it just copy the CircleView.java and values/attrs_circle_view.xml into your own project and use it the just like any other class!

Sorry for this disruption i will fix it asap.

from circleview.

stevyhacker avatar stevyhacker commented on September 24, 2024

Thank you and I hope you will fix it soon.

from circleview.

pavlospt avatar pavlospt commented on September 24, 2024

I think i have found the source of the problem but i will be able to fix it next week!

from circleview.

pavlospt avatar pavlospt commented on September 24, 2024

UPDATE: Fixed it and also uploaded to Maven Central, this time as a release build and not a Snapshot! It will be up in several hours! I will keep you updated!

from circleview.

pavlospt avatar pavlospt commented on September 24, 2024

UPDATE2: Library is on Central and will be officially up in some hours! Latest version is 1.1 !
I am closing this issue!

from circleview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.