change archivesBaseName
This commit is contained in:
parent
24a2d2a95e
commit
e993c0e397
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ allprojects {
|
|||
apply plugin: 'com.android.library'
|
||||
apply plugin: 'com.bmuschko.nexus'
|
||||
|
||||
archivesBaseName = 'lbrysdk64'
|
||||
archivesBaseName = 'lbrysdk'
|
||||
group = "io.lbry"
|
||||
version = "{{ args.version }}"
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ allprojects {
|
|||
apply plugin: 'com.android.library'
|
||||
apply plugin: 'com.bmuschko.nexus'
|
||||
|
||||
archivesBaseName = 'lbrysdk32'
|
||||
archivesBaseName = 'lbrysdk'
|
||||
group = "io.lbry"
|
||||
version = "{{ args.version }}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue