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-terminal/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'merchant-terminal') diff --git a/merchant-terminal/build.gradle b/merchant-terminal/build.gradle index 8c94fa1..f7bbc1c 100644 --- a/merchant-terminal/build.gradle +++ b/merchant-terminal/build.gradle @@ -25,6 +25,10 @@ android { minifyEnabled true proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } + debug { + minifyEnabled minify_debug + proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' + } } compileOptions { -- cgit v1.2.3