Skip to content

Commit 9b679d5

Browse files
committed
Fixing build
1 parent 1be3979 commit 9b679d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ ext.bintrayUsername = bintrayUser
4848
ext.bintrayKey = bintrayApiKey
4949

5050
bintray {
51-
user = "${ext.bintrayUsername}"
52-
key = "${ext.bintrayKey}"
51+
user = "$bintrayUsername"
52+
key = "$bintrayKey"
5353
publication = ['MyPublication']
5454
configurations = ['archives']
5555
pkg {

0 commit comments

Comments
 (0)