From 46fbc5660416451a572cb27ac106f00abed20de6 Mon Sep 17 00:00:00 2001 From: str4d Date: Sun, 24 May 2015 13:19:02 +0000 Subject: [PATCH] Add I2P client library to dependencies --- app/build.gradle | 1 + app/proguard-project.txt | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index b8f4727..ef8e7f7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -39,4 +39,5 @@ dependencies { compile 'com.android.support:palette-v7:22.1.1' compile 'com.android.support:appcompat-v7:22.1.1' compile 'org.jsoup:jsoup:1.8.1' + compile 'net.i2p.android:client:0.6@aar' } diff --git a/app/proguard-project.txt b/app/proguard-project.txt index 4bab3ea..382c1d4 100644 --- a/app/proguard-project.txt +++ b/app/proguard-project.txt @@ -77,3 +77,8 @@ # Don't warn about those in case this app is linking against an older # platform version. We know about them, and they are safe. -dontwarn android.support.** + +# The I2P Java API bundled inside the I2P Android client library contains a +# method that references classes in javax.naming that Android doesn't have. But +# the method never uses those classes on Android, and is safe. +-dontwarn net.i2p.crypto.CertUtil