fix version string

This commit is contained in:
Akinwale Ariwodola 2021-06-25 02:32:19 +01:00
parent ea252a99d1
commit 707557a752
2 changed files with 2 additions and 2 deletions

View file

@ -122,7 +122,7 @@ afterEvaluate {
release(MavenPublication) {
groupId 'io.lbry'
artifactId 'lbrysdk64'
version {{ args.version }}
version '{{ args.version }}'
if (project.plugins.findPlugin("com.android.library")) {
from components.release

View file

@ -122,7 +122,7 @@ afterEvaluate {
release(MavenPublication) {
groupId 'io.lbry'
artifactId 'lbrysdk32'
version {{ args.version }}
version '{{ args.version }}'
if (project.plugins.findPlugin("com.android.library")) {
from components.release