GithubHelp home page GithubHelp logo

Comments (5)

ouattararomuald avatar ouattararomuald commented on July 29, 2024

Oh sorry for that !
The latest release is 1.0.1 (AndroidX) compatible

1.1.0 is only available in snapshot (not released yet)

from android-image-slider.

Chaseos avatar Chaseos commented on July 29, 2024

1.0.1 dependencies don't seem to be working either. Still only 1.0.0 through Gradle.

from android-image-slider.

ouattararomuald avatar ouattararomuald commented on July 29, 2024

I just grabbed it through Gradle and everything works fine :

implementation 'com.ouattararomuald:slider:1.0.1'

Please make sure you've mavenCentral() in your repositories and if you can make sure it's above jcenter and jitpack.

repositories {
  google()
  mavenCentral()
  jcenter()
}

from android-image-slider.

Chaseos avatar Chaseos commented on July 29, 2024

I started brand new projects in Android Studio Stable and Canary and added the mavenCentral() into both locations of repositories{, tried all three of the implementations

    implementation 'com.ouattararomuald:slider-glide:1.0.1'
    implementation 'com.ouattararomuald:slider-picasso:1.0.1'
    implementation 'com.ouattararomuald:slider:1.0.1'

and they all ended up with a ERROR: Failed to resolve. Switching implementation 'com.ouattararomuald:slider:1.0.1' back to implementation 'com.ouattararomuald:slider:1.0.0allows me to build with it again, but not with either the picasso or glide versions.

from android-image-slider.

ouattararomuald avatar ouattararomuald commented on July 29, 2024

This is my fault ! I accidentally released the README of the next version 1.1.0.
1.0.1 had no glide or picasso dependency.

from android-image-slider.

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.