diff --git a/app/build.gradle b/app/build.gradle index 09d00dee..a370f6ab 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -68,7 +68,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:f84b3a7e61' + implementation 'com.github.SimpleMobileTools:Simple-Commons:c3c88596e0' implementation 'org.greenrobot:eventbus:3.2.0' implementation 'androidx.media:media:1.4.3' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' diff --git a/build.gradle b/build.gradle index 4969a0b4..27a0fd39 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:7.0.3' + classpath 'com.android.tools.build:gradle:7.0.4' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong