From ef2b490be01d14af7af2f416c2aea93825bfc23f Mon Sep 17 00:00:00 2001 From: M66B Date: Sun, 1 Nov 2015 08:58:28 +0100 Subject: [PATCH] Disable proguard Picasso causes problems --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 1cb99473..7c768001 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,7 +13,7 @@ android { } buildTypes { release { - minifyEnabled true + minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' applicationVariants.all { variant -> setOutputFile(variant, defaultConfig)