From 21d9c4e3731ead721508a61cfb7805dcda4f9fe1 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 17 Apr 2018 22:15:57 +0200 Subject: [PATCH] update commons to 3.19.1 --- app/build.gradle | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 8e73c5eb..6de88cf4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,9 +41,9 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:3.18.19' + implementation 'com.simplemobiletools:commons:3.19.1' implementation 'com.facebook.stetho:stetho:1.5.0' - implementation 'com.android.support.constraint:constraint-layout:1.0.2' + implementation 'com.android.support.constraint:constraint-layout:1.1.0' implementation 'com.shawnlin:number-picker:2.4.6' } diff --git a/build.gradle b/build.gradle index 3437621a..139d4786 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.1.0' + classpath 'com.android.tools.build:gradle:3.1.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong