From e465a2d555731ce1b1142ed780f32add590013dc Mon Sep 17 00:00:00 2001 From: serso Date: Wed, 11 Feb 2015 00:25:33 +0100 Subject: [PATCH] Proguard mapping file path fixed --- android-app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-app/build.gradle b/android-app/build.gradle index 8b462b96..c27541bb 100644 --- a/android-app/build.gradle +++ b/android-app/build.gradle @@ -96,7 +96,7 @@ task androidSourcesJar(type: Jar) { artifacts { archives androidSourcesJar archives file: file('build/outputs/apk/calculatorpp-release.apk'), name: 'calculatorpp-android-app', type: 'apk' - archives file: file('build/outputs/proguard/release/mapping.txt'), name: 'calculatorpp-android-app', classifier: 'proguard', type: 'txt' + archives file: file('build/outputs/mapping/release/mapping.txt'), name: 'calculatorpp-android-app', classifier: 'proguard', type: 'txt' } signing {