Skip to content

Commit

Permalink
Depend on 0.16.1 binaries from custom JCenter repo
Browse files Browse the repository at this point in the history
Only needed until the artifacts propagate to Maven Central.
  • Loading branch information
Martin Konicek committed Dec 4, 2015
1 parent b9a4b11 commit 8a9b534
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions local-cli/generator-android/templates/src/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@ allprojects {
repositories {
mavenLocal()
jcenter()
jcenter {
url "http://dl.bintray.com/mkonicek/maven"
}
}
}

0 comments on commit 8a9b534

Please sign in to comment.