diff --git a/app/build.gradle b/app/build.gradle index a8ebc63..538a46e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -61,5 +61,5 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:a6fa9c19ac' + implementation 'com.github.SimpleMobileTools:Simple-Commons:302258f435' } 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