updated build.gradle version info for bintray upload

This commit is contained in:
Steve Gill 2017-04-06 19:03:10 -05:00
parent 34c7e8a534
commit 4868d5e59e

View File

@ -127,9 +127,9 @@ bintray {
licenses = ['Apache-2.0']
labels = ['android', 'cordova', 'phonegap']
version {
name = version
name = '6.2.1'
released = new Date()
vcsTag = version
vcsTag = '6.2.1'
}
}
}