1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 20:31:16 +00:00

Use gradle function for jcenter.

This commit is contained in:
Felix Ableitner 2015-11-10 23:24:02 +01:00
parent f2d8acc825
commit 4f9e7381b7

View file

@ -16,9 +16,7 @@ apply plugin: 'com.github.ben-manes.versions'
repositories {
mavenCentral()
maven {
url 'http://jcenter.bintray.com'
}
jcenter()
}
dependencies {