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

gitlab.com/quite/humla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Comminos <andrew@comminos.com>2017-01-06 07:05:29 +0300
committerAndrew Comminos <andrew@comminos.com>2017-01-06 07:05:29 +0300
commit8e66e010efc773336be72fee8dc1640ee8a13ece (patch)
treea1bb4f38990d6229fb86186a56a3f42ee3883012
parent9933c8a0caa2bbd1a8fb28ab4c985bde73a76843 (diff)
Bump gradle version.
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 12e2d0c..b3d774a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -20,7 +20,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:2.1.3'
+ classpath 'com.android.tools.build:gradle:2.2.3'
}
}
apply plugin: 'com.android.library'