Skip to content

Commit

Permalink
Depend on 0.13 Android binaries from custom JCenter repo
Browse files Browse the repository at this point in the history
Only needed until artifacts propagate through Maven Central.
  • Loading branch information
Martin Konicek committed Oct 13, 2015
1 parent 553a898 commit 1aa2cc4
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 1aa2cc4

Please sign in to comment.