From 10b623545eb3aa220389159338ada817cf1e3217 Mon Sep 17 00:00:00 2001 From: Ender's Games Date: Tue, 2 Oct 2018 10:49:53 -0400 Subject: [PATCH] Add proguard config to debug for Travis --- shell/android-studio/reicast/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell/android-studio/reicast/build.gradle b/shell/android-studio/reicast/build.gradle index 95eae0c0b..d31bf537e 100644 --- a/shell/android-studio/reicast/build.gradle +++ b/shell/android-studio/reicast/build.gradle @@ -54,7 +54,9 @@ android { buildTypes { debug { debuggable true + minifyEnabled true zipAlignEnabled true + proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' } release { debuggable false