[guardian-dev] NetCipher v2 alpha: supports OkHTTP, Volley, HttpClient and more

Hans-Christoph Steiner hans at guardianproject.info
Mon Aug 15 05:52:10 EDT 2016



Hans-Christoph Steiner:
> 
> Mark Murphy:
>> On Sat, Aug 13, 2016, at 09:49, Vanitas Vitae wrote:
>>> I want to use NetCipher in my application, but I get an error for the
>>> line
>>>
>>> compile 'info.guardianproject.netcipher-webkit:netcipher:2.0.0-alpha1'
>>>
>>> Android Studio tells me, that the library cannot be found.
>>
>> I run into the same problem with
>> 'info.guardianproject.netcipher-okhttp3:netcipher:2.0.0-alpha1'.
>>
>> Are you sure that these artifacts have been published?
> 
> They are showing up on jcenter:
> 
> https://jcenter.bintray.com/info/guardianproject/netcipher/netcipher/2.0.0-alpha1/
> 
> They are currently only on jcenter until I figure out how to easily
> publish to mavenCentral, so you'll need:
> 
> buildscript {
>     repositories {
>         jcenter()
>     }
> ...
> 
> .hc

Oh, I see, the bintray web interface messed up the publishing into
folders.  It stuck them all into the 'netcipher' folder.  I fixed that,
these both work for me now:

    compile 'info.guardianproject.netcipher:netcipher:2.0.0-alpha1'
    compile 'info.guardianproject.netcipher:netcipher-webkit:2.0.0-alpha1'

Also, I messed up the compile lines, these are the correct ones:

compile 'info.guardianproject.netcipher:netcipher:2.0.0-alpha1'
compile 'info.guardianproject.netcipher:netcipher-chboye:2.0.0-alpha1'
compile 'info.guardianproject.netcipher:netcipher-httpclient:2.0.0-alpha1'
compile 'info.guardianproject.netcipher:netcipher-okhttp3:2.0.0-alpha1'
compile 'info.guardianproject.netcipher:netcipher-volley:2.0.0-alpha1'
compile 'info.guardianproject.netcipher:netcipher-webkit:2.0.0-alpha1'

.hc

-- 
PGP fingerprint: EE66 20C7 136B 0D2C 456C  0A4D E9E2 8DEA 00AA 5556
https://pgp.mit.edu/pks/lookup?op=vindex&search=0xE9E28DEA00AA5556


More information about the guardian-dev mailing list