From 3a5f0548e9d087ba9e279a03f27804fba0e1dbff Mon Sep 17 00:00:00 2001 From: Orhan Obut Date: Fri, 20 Feb 2015 09:43:48 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 6fc34db..3a9a290 100644 --- a/README.md +++ b/README.md @@ -73,16 +73,6 @@ List value = Hawk.get(key, new ArrayList); ``` -####ProGuard - -If you are using ProGuard you should add the following options to your configuration file: - -``` -#Gson --keep class com.google.gson.** { *; } --keepattributes Signature -``` - ###License
 Copyright 2015 Orhan Obut