Skip to content

Commit 8a9b534

Browse files
author
Martin Konicek
committed
Depend on 0.16.1 binaries from custom JCenter repo
Only needed until the artifacts propagate to Maven Central.
1 parent b9a4b11 commit 8a9b534

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

local-cli/generator-android/templates/src/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@ allprojects {
1616
repositories {
1717
mavenLocal()
1818
jcenter()
19+
jcenter {
20+
url "http://dl.bintray.com/mkonicek/maven"
21+
}
1922
}
2023
}

0 commit comments

Comments
 (0)