Giter Club home page Giter Club logo

Comments (9)

scottyab avatar scottyab commented on May 30, 2024

Yes, you're right, published this morning and also tagged and uploaded aar to github releases. Will close this once changes are propagated to all servers.

from secure-preferences.

0xjohnnycage avatar 0xjohnnycage commented on May 30, 2024

it's available on maven central now. You can update your doc in confidence and then you're good to close this issue!

from secure-preferences.

jitpack-io avatar jitpack-io commented on May 30, 2024

Btw, guys, it's also very easy to get the latest GitHub release with JitPack.io. No need to upload anything. Here's v0.1.0: https://jitpack.io/#scottyab/secure-preferences/v0.1.0 : )

from secure-preferences.

aldur avatar aldur commented on May 30, 2024

Even if v0.1.0 is on Maven Central, how do you handle aes-crypto dependency?
I end up getting: Could not find com.scottyab:aes-crypto:0.0.2-SNAPSHOT. and, as a matter of fact, it is not in Maven Central.

from secure-preferences.

Laimiux avatar Laimiux commented on May 30, 2024

For time being, add

repositories {
    maven {
        url "https://oss.sonatype.org/content/repositories/snapshots"
    }
}

dependencies {
    // Secured preferences
    compile 'com.scottyab:aes-crypto:0.0.2-SNAPSHOT'
    compile('com.scottyab:secure-preferences-lib:0.1.0') {
        provided 'com.scottyab:aes-crypto:0.0.2-SNAPSHOT'
    }
}

from secure-preferences.

scottyab avatar scottyab commented on May 30, 2024

Apologies chaps, I'll sort that aes-crypto dependancy soon. It's my fork and I was waiting for the repo owner to accept my PR.

from secure-preferences.

gabrielacosta avatar gabrielacosta commented on May 30, 2024

Thank you Laimiux for your answer. Scott nice library, I think you should put Laimiux answer in the main page, because, most of us are using graddle and it will be easy meanwhile you sort the issues with the dependencies.

from secure-preferences.

scottyab avatar scottyab commented on May 30, 2024

Hey @gabrielacosta, done, but i'll need to go one better and sort it properly and remove the snapshot repo dependancy. I will just publish my fork to Maven Central as aes-crypto owner doesn't seem to have done that yet (even thought they have accepted my PR).

from secure-preferences.

scottyab avatar scottyab commented on May 30, 2024

This is all sync'd up correctly in v0.1.1

compile 'com.scottyab:secure-preferences-lib:0.1.1

from secure-preferences.

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.