From c928b458fce0c72c75852ab338a6e4e85a278ed4 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Tue, 1 Sep 2020 11:12:31 -0300 Subject: [wallet] support the new TalerErrorInfo error format Yet another last-minute breaking protocol change. --- merchant-lib/build.gradle | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'merchant-lib') diff --git a/merchant-lib/build.gradle b/merchant-lib/build.gradle index d76f867..87bafd3 100644 --- a/merchant-lib/build.gradle +++ b/merchant-lib/build.gradle @@ -38,7 +38,11 @@ android { buildTypes { release { - minifyEnabled false + minifyEnabled true + proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' + } + debug { + minifyEnabled minify_debug proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } } -- cgit v1.2.3