From 7c55421ad6920d9da5a15429e64e108b9537a29b Mon Sep 17 00:00:00 2001 From: serso Date: Sun, 27 Mar 2016 21:24:17 +0200 Subject: [PATCH] Fix uploadArchives --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 1185b8f1..91345c1b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -148,7 +148,7 @@ task androidSourcesJar(type: Jar) { artifacts { archives androidSourcesJar - archives file: file('build/outputs/apk/calculatorpp-release.apk'), name: 'calculatorpp-app', classifier: 'signed', type: 'apk' + archives file: file('build/outputs/apk/app-release.apk'), name: 'calculatorpp-app', classifier: 'signed', type: 'apk' archives file: file('build/outputs/mapping/release/mapping.txt'), name: 'calculatorpp-app', classifier: 'proguard', type: 'txt' }