From 7fe3ca297074b69236c6f3da559610ccf9fa176b Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 15 Sep 2021 12:13:54 +0200 Subject: [PATCH] updating kotlin, gradle and some libraries --- app/build.gradle | 8 ++++---- build.gradle | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 0d96cbe0..1dfaa8bb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -67,13 +67,13 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:b6e2ffb710' + implementation 'com.github.SimpleMobileTools:Simple-Commons:f49f7b5f89' implementation 'com.facebook.stetho:stetho:1.5.0' - implementation 'androidx.constraintlayout:constraintlayout:2.0.4' + implementation 'androidx.constraintlayout:constraintlayout:2.1.0' implementation 'com.shawnlin:number-picker:2.4.6' implementation "androidx.preference:preference-ktx:1.1.1" - implementation "androidx.work:work-runtime-ktx:2.5.0" - implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1' + implementation "androidx.work:work-runtime-ktx:2.6.0" + implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1' implementation 'org.greenrobot:eventbus:3.2.0' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' diff --git a/build.gradle b/build.gradle index e561b3aa..5166e667 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.5.21' + ext.kotlin_version = '1.5.30' repositories { google() @@ -9,7 +9,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:4.2.1' + classpath 'com.android.tools.build:gradle:4.2.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong