Publish to Maven Central #9

Merged
akinwale merged 7 commits from maven-central into master 2021-06-25 01:31:24 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit e993c0e397 - Show all commits

View file

@ -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 }}"

View file

@ -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 }}"