Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiedermann IT-Dienstleistungen <info@niedermann.it>2018-10-08 23:33:06 +0300
committerNiedermann IT-Dienstleistungen <info@niedermann.it>2018-10-08 23:33:06 +0300
commit56739450474b4299c667e558ccbada7fe4115b8d (patch)
tree36384de69370d44b620dfb4a35f7246f7696c957 /build.gradle
parent3d03ef40bf5a5f0dc4120a2b2da2d19434a4978e (diff)
Push sdk version
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 077cb2fc5..72aeec412 100644
--- a/build.gradle
+++ b/build.gradle
@@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.1.4'
+ classpath 'com.android.tools.build:gradle:3.2.0'
// NOTE: Do not place your application dependencies here; they belong
@@ -19,6 +19,7 @@ allprojects {
repositories {
google()
jcenter()
+ maven { url "https://jitpack.io" }
}
}