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' }