diff --git a/app/build.gradle b/app/build.gradle index be097314a..52e41a340 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -78,7 +78,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:becd38a3b7' + implementation 'com.github.SimpleMobileTools:Simple-Commons:3aa2a640fd' implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.0' implementation 'it.sephiroth.android.exif:library:1.0.1' implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.24' diff --git a/build.gradle b/build.gradle index 90c992d95..a25d3b974 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ buildscript { classpath 'com.android.tools.build:gradle:7.1.3' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" if (is_proprietary) { - classpath 'ly.img.android.pesdk:plugin:10.0.1' + classpath 'ly.img.android.pesdk:plugin:10.2.1' } // NOTE: Do not place your application dependencies here; they belong