From 94de14b52d3322b4c9a64562efe8da32e4718815 Mon Sep 17 00:00:00 2001 From: Paul Akhamiogu Date: Wed, 8 Sep 2021 09:10:16 +0100 Subject: [PATCH] Update kotlin version and commons lib --- app/build.gradle | 3 +-- build.gradle | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e82a167e..edff5d1c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -67,8 +67,7 @@ android { } dependencies { -// implementation 'com.github.SimpleMobileTools:Simple-Commons:554dda71a4' - implementation project(":commons") + implementation 'com.github.SimpleMobileTools:Simple-Commons:a9e600f664' implementation 'com.facebook.stetho:stetho:1.5.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'com.shawnlin:number-picker:2.4.6' diff --git a/build.gradle b/build.gradle index 550f9fcb..e561b3aa 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.4.32' + ext.kotlin_version = '1.5.21' repositories { google()