Fix uploadArchives

This commit is contained in:
serso 2016-03-27 21:24:17 +02:00
parent cd0eb007bb
commit 7c55421ad6

View File

@ -148,7 +148,7 @@ task androidSourcesJar(type: Jar) {
artifacts { artifacts {
archives androidSourcesJar 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' archives file: file('build/outputs/mapping/release/mapping.txt'), name: 'calculatorpp-app', classifier: 'proguard', type: 'txt'
} }