From bb1c35849ea6b3a2db15469b31ba1289361fbb13 Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 20 May 2022 14:23:26 +0200 Subject: [PATCH] updating commons, kotlin, gradle --- app/build.gradle | 6 +++--- build.gradle | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2488be7..14a2274 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -61,7 +61,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:7e87bb9089' - implementation 'org.greenrobot:eventbus:3.2.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.3' + implementation 'com.github.SimpleMobileTools:Simple-Commons:e5a4973e6a' + implementation 'org.greenrobot:eventbus:3.3.1' + implementation 'androidx.constraintlayout:constraintlayout:2.1.4' } diff --git a/build.gradle b/build.gradle index 8f697cf..7a25952 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.6.10' + ext.kotlin_version = '1.6.21' repositories { google() @@ -9,7 +9,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:7.1.2' + classpath 'com.android.tools.build:gradle:7.1.3' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong