Fix uploadArchives
This commit is contained in:
parent
cd0eb007bb
commit
7c55421ad6
@ -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'
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user