From f8d5b979a166f80833b9f6af64bdff7f060d12e0 Mon Sep 17 00:00:00 2001 From: Vincent de Wit Date: Fri, 18 Aug 2017 15:38:10 +0200 Subject: [PATCH] Added ProGuard rule to android docs --- platform/android/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/platform/android/README.md b/platform/android/README.md index 543bddcc..82f4cf52 100644 --- a/platform/android/README.md +++ b/platform/android/README.md @@ -7,6 +7,13 @@ text.setText(string); text.setMovementMethod(LinkMovementMethod.getInstance()); +### ProGuard + +If you are using ProGuard you might need to add the following options: +``` +-keep class in.uncod.android.** { *; } +``` + ### Maven Dependency If you just want to include Bypass in your Maven project, add the following dependency block to your `pom.xml`: