Code Monkey home page Code Monkey logo

Comments (6)

gurpreet- avatar gurpreet- commented on May 29, 2024

Hi @MakarovS,

Sure. I wanted to move away from Jitpack as it does not have the precision that Bintray has. So I have uploaded it to Bintray https://bintray.com/libly/maven/resource-loader and I have submitted it for reviewal for going into Maven Central. So it should be in there very shortly.

from lazysodium-java.

mabrcosta avatar mabrcosta commented on May 29, 2024

Hi @gurpreet-,

Can you update the documentation to include this dependency and where to get it?
I could only get the latest version (4.1.0) working because you vaguely mention Jitpack in the previous comment and tried to check if the required version was somehow still available there.

It should also be noted that with the namespace change from com.github.libly to libly.co it rendered the latest released version of lazysodium-java unable to use Bintray repo.

from lazysodium-java.

gurpreet- avatar gurpreet- commented on May 29, 2024

So the problem was that I did not add version 1.3.3 of resource-loader to jCenter which is what version 4.1.0 depended on! How silly.

I have fixed it in the latest version 4.2.0 by adding version 1.3.4 of resource-loader to jCenter. You can use Bintray or jCenter to get lazysodium. Bintray always has the latest version faster than jCenter.

from lazysodium-java.

gurpreet- avatar gurpreet- commented on May 29, 2024

So this means you need to include jCenter in you repositories section too. Something like the following should suffice:

// Top level build file 
repositories {
    jcenter()

    // May not need this too as lazysodium is available in jCenter too
    // but jCenter often is slower to update.
    maven {
        url  "https://dl.bintray.com/terl/lazysodium-maven"
    }
}

// Add to dependencies section in app level build file
dependencies {
    implementation "com.goterl.lazycode:lazysodium-java:VERSION_NUMBER"
}

from lazysodium-java.

MakarovS avatar MakarovS commented on May 29, 2024

@gurpreet- Thanks!

from lazysodium-java.

gurpreet- avatar gurpreet- commented on May 29, 2024

Okay so this one has been solved. Just issue #56 that remains outstanding.

from lazysodium-java.

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.