terl / lazysodium-android

An Android implementation of the Libsodium cryptography library. For the lazy dev.
https://github.com/terl/lazysodium-java/wiki
Mozilla Public License 2.0
108 stars 25 forks source link

Unable to include lazysodium using gradle #27

Closed JoaoCRDias closed 5 years ago

JoaoCRDias commented 5 years ago

i'm trying to include using:

compile 'net.java.dev.jna:jna:5.3.1' compile 'com.goterl.lazycode:lazysodium-android:3.7.1'

OR

compile 'net.java.dev.jna:jna:5.3.1@aar' compile 'com.goterl.lazycode:lazysodium-android:3.7.1@aar'

that returns:

ERROR: Failed to resolve: com.goterl.lazycode:lazysodium-android:3.7.1

gurpreet- commented 5 years ago

Hi @Kolisium,

Have you added the repository lazysodium-maven to your top level build file as per the install instructions? https://docs.lazycode.co/lazysodium/usage/installation#android

JoaoCRDias commented 5 years ago

Hi @gurpreet- , It works, thanks!

gurpreet- commented 5 years ago

Awesome!