summaryrefslogtreecommitdiff
path: root/remoteExample/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'remoteExample/build.gradle')
-rw-r--r--remoteExample/build.gradle14
1 files changed, 10 insertions, 4 deletions
diff --git a/remoteExample/build.gradle b/remoteExample/build.gradle
index 7e063c75..f3b0c749 100644
--- a/remoteExample/build.gradle
+++ b/remoteExample/build.gradle
@@ -5,18 +5,24 @@
apply plugin: 'com.android.application'
+repositories {
+ jcenter()
+ maven { url "https://jitpack.io" }
+ maven { url 'https://maven.google.com' }
+}
+
+
android {
- compileSdkVersion 26
- buildToolsVersion '26.0.0'
+ compileSdkVersion 27
+ buildToolsVersion '27.0.3'
defaultConfig {
minSdkVersion 15
- targetSdkVersion 26
+ targetSdkVersion 27
versionCode 1
versionName "1.0"
}
}
dependencies {
- compile fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
}