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

github.com/acomminos/Plumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Comminos <andrew@comminos.com>2016-12-19 06:10:46 +0300
committerAndrew Comminos <andrew@comminos.com>2016-12-19 06:10:46 +0300
commitda3456712d6493e34dbdecdcf9a5817f92ebf3fb (patch)
treea4e834cff8ab29021a6fb744ff3b7b6719ddad25
parent4a6030f6a34ba3b33f9ad54de83cfd1372236320 (diff)
Update gradle plugin version.
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index a209f10..0e03996 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -17,10 +17,10 @@
buildscript {
repositories {
- mavenCentral()
+ jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:2.1.3'
+ classpath 'com.android.tools.build:gradle:2.2.0'
}
}
apply plugin: 'com.android.application'