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:
parent
f2d8acc825
commit
4f9e7381b7
1 changed files with 1 additions and 3 deletions
|
@ -16,9 +16,7 @@ apply plugin: 'com.github.ben-manes.versions'
|
|||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven {
|
||||
url 'http://jcenter.bintray.com'
|
||||
}
|
||||
jcenter()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Reference in a new issue