From 7ff72dee27b5c62a0b932cccc2a5d637ef636194 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Wed, 31 Aug 2016 13:07:14 -0400 Subject: [PATCH] v0.4.2: fixed proguard cleansing debug info --- core/proguard-rules.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/proguard-rules.pro b/core/proguard-rules.pro index 59f622625..d7f3c938e 100644 --- a/core/proguard-rules.pro +++ b/core/proguard-rules.pro @@ -18,4 +18,5 @@ -dontwarn ** -keep class com.shatteredpixel.** { *; } --keep class com.watabou.** { *; } \ No newline at end of file +-keep class com.watabou.** { *; } +-keepattributes LineNumberTable \ No newline at end of file