summaryrefslogtreecommitdiff
path: root/remoteExample/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'remoteExample/build.gradle')
-rw-r--r--remoteExample/build.gradle6
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