Fix apk location in uploadArchives task

This commit is contained in:
serso 2018-04-30 15:30:39 +02:00
parent a7aacfc490
commit 22448df392

View File

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