Skip to content

Commit d74633c

Browse files
committed
Fix bintray config
1 parent 34a4ec4 commit d74633c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Parse/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,10 @@ bintray {
237237
vcsUrl = 'https://github.com/ParsePlatform/Parse-SDK-Android'
238238

239239
version {
240-
name = version
240+
name = project.version
241241
desc = projDescription
242242
released = new Date()
243-
vcsTag = version
243+
vcsTag = project.version
244244
}
245245
}
246246
}

0 commit comments

Comments
 (0)