Skip to content

Commit

Permalink
Fixed configuration for bintray upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Faltenreich committed Mar 20, 2019
1 parent 31065a4 commit d2a7d01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions skeletonlayout/deploy.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ ext {
artifactId = "skeletonlayout"
}

version = projectVersion
group = groupId

Properties properties = new Properties()
properties.load(project.rootProject.file('local.properties').newDataInputStream())

Expand Down

0 comments on commit d2a7d01

Please sign in to comment.