update commons to 3.6.12

This commit is contained in:
tibbi 2018-01-08 21:05:25 +01:00
parent 63ba5c304a
commit cbf6cd3a08

View File

@ -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"