Fix apk location in uploadArchives task
This commit is contained in:
parent
a7aacfc490
commit
22448df392
@ -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'
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user