diff options
author | Uipko Berghuis <uipko.berghuis@fox-it.com> | 2019-12-05 22:38:50 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2019-12-11 11:23:31 +0100 |
commit | 8a1fcb8cfccf8d5a9e7207b2458e5b321be228e4 (patch) | |
tree | 149c4375a1dbf68ed1e82095521eeb1bc54efc09 /remoteExample | |
parent | b5e0eee4b798d3e2bfef3b87500b8625b77a16b4 (diff) |
Remove module specefic repository decleration
Repositories are defined in top level build.gradle. No need to define
them again in the modules.
Diffstat (limited to 'remoteExample')
-rw-r--r-- | remoteExample/build.gradle | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/remoteExample/build.gradle b/remoteExample/build.gradle index 119c6ea7..bd758bd2 100644 --- a/remoteExample/build.gradle +++ b/remoteExample/build.gradle @@ -5,12 +5,6 @@ apply plugin: 'com.android.application' -repositories { - jcenter() - maven { url "https://jitpack.io" } - maven { url 'https://maven.google.com' } -} - android { compileSdkVersion 28 |