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) {
|
||||
groupId 'io.lbry'
|
||||
artifactId 'lbrysdk64'
|
||||
version {{ args.version }}
|
||||
version '{{ args.version }}'
|
||||
|
||||
if (project.plugins.findPlugin("com.android.library")) {
|
||||
from components.release
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue