Skip to content

Commit a15a396

Browse files
committed
dont set an empty var
1 parent 866cf98 commit a15a396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdl_android/bintray.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ bintray {
5151
// Authorization
5252
user = props.getProperty("bintray.user")
5353
key = props.getProperty("bintray.key")
54-
version = ""
54+
version = props.getProperty("bintray.version")
5555
configurations = ['archives']
5656
pkg {
5757
repo = props.getProperty("bintray.repo")

0 commit comments

Comments
 (0)