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

github.com/nerzhul/ncsms-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoïc Blot <loic.blot@unix-experience.fr>2017-08-22 15:38:30 +0300
committerLoïc Blot <loic.blot@unix-experience.fr>2017-08-22 15:39:01 +0300
commit1986b941a6f9430a829023d0757b235211069e79 (patch)
treeb933331489e5b048583c6a27401f04c182704e28 /build.gradle
parent0a785692b4d183f1027013208feffb8a4e465d08 (diff)
Update build tools to 26.0.1
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 6cc6f25..cc59c08 100644
--- a/build.gradle
+++ b/build.gradle
@@ -12,7 +12,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 26
- buildToolsVersion "25.0.3"
+ buildToolsVersion "26.0.1"
lintOptions {
abortOnError false