fix version string
This commit is contained in:
parent
ea252a99d1
commit
707557a752
2 changed files with 2 additions and 2 deletions
|
@ -122,7 +122,7 @@ afterEvaluate {
|
||||||
release(MavenPublication) {
|
release(MavenPublication) {
|
||||||
groupId 'io.lbry'
|
groupId 'io.lbry'
|
||||||
artifactId 'lbrysdk64'
|
artifactId 'lbrysdk64'
|
||||||
version {{ args.version }}
|
version '{{ args.version }}'
|
||||||
|
|
||||||
if (project.plugins.findPlugin("com.android.library")) {
|
if (project.plugins.findPlugin("com.android.library")) {
|
||||||
from components.release
|
from components.release
|
||||||
|
|
|
@ -122,7 +122,7 @@ afterEvaluate {
|
||||||
release(MavenPublication) {
|
release(MavenPublication) {
|
||||||
groupId 'io.lbry'
|
groupId 'io.lbry'
|
||||||
artifactId 'lbrysdk32'
|
artifactId 'lbrysdk32'
|
||||||
version {{ args.version }}
|
version '{{ args.version }}'
|
||||||
|
|
||||||
if (project.plugins.findPlugin("com.android.library")) {
|
if (project.plugins.findPlugin("com.android.library")) {
|
||||||
from components.release
|
from components.release
|
||||||
|
|
Loading…
Reference in a new issue