Git Product home page Git Product logo

Comments (4)

lkorth avatar lkorth commented on June 27, 2024 1

Thanks for letting us know about this issue. This has been fixed and will go out in the next release shortly.

from braintree-android-drop-in.

lkorth avatar lkorth commented on June 27, 2024

It appears that the version ranges are not being respected properly by Gradle. I just upgraded the Android Support repository and also see the 26.0.0-alpha1 versions being resolved when running /gradlew :Demo:dependencies with the demo app.

I'm not running into any errors in Drop-in however, everything appears to work and all of the tests still pass, can you provide more information about what errors you're running into? If you temporarily remove Drop-in, is the support library still resolving to 26.0.0-alpha1?

from braintree-android-drop-in.

jdholdren avatar jdholdren commented on June 27, 2024

I was unable to temporarily remove the lib or else it wouldn't build, but changing the dependency to:

compile('com.braintreepayments.api:drop-in:3.+') {
        exclude group: 'com.android.support'
    }

resulted in the support libraries reverting to the desired 25.3.0. Specifically, the errors refer to a conflict in a searchview trying to use the API for 26 in another area of my app.

from braintree-android-drop-in.

lkorth avatar lkorth commented on June 27, 2024

3.0.8 was just released with this fix.

from braintree-android-drop-in.

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.