From cbf6cd3a084018097b12a4afb5bfce9291b41145 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 8 Jan 2018 21:05:25 +0100 Subject: [PATCH] update commons to 3.6.12 --- app/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ddb73ddb..6deea102 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,7 +4,6 @@ apply plugin: 'kotlin-android-extensions' android { compileSdkVersion 27 - buildToolsVersion "27.0.2" defaultConfig { applicationId "com.simplemobiletools.notes" @@ -45,7 +44,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:3.3.12' + implementation 'com.simplemobiletools:commons:3.6.12' implementation 'com.facebook.stetho:stetho:1.5.0' debugImplementation "com.squareup.leakcanary:leakcanary-android:$leakCanaryVersion"