For all of your open-source secure, private and anonymous Gradle-powered needs!
Please visit our "Code" site to learn more about all the libraries in our CipherKit platform: https://guardianproject.info/code
Our Maven repository is hosted here on Github at this URL: https://raw.githubusercontent.com/guardianproject/gpmaven/master
To add it, follow this example below, to add it into your build.gradle file:
allprojects {
repositories {
...
maven { url "https://raw.githubusercontent.com/guardianproject/gpmaven/master" }
}
}
You can find the gradle information at: https://guardianproject.info/code/netcipher
More info at https://github.com/guardianproject/camcipher
compile 'info.guardianproject:camcipher:2.0.1'
compile 'info.guardianproject:android-ffmpeg-java:1.0.0'