diff --git a/app/build.gradle b/app/build.gradle index d3923c0fe..936da6531 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -78,7 +78,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:f8dacb75dc' + implementation 'com.github.SimpleMobileTools:Simple-Commons:925e7f9bd7' 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 f13204000..218f9e946 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ buildscript { classpath 'com.android.tools.build:gradle:7.3.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" if (is_proprietary) { - classpath 'ly.img.android.pesdk:plugin:10.6.0' + classpath 'ly.img.android.pesdk:plugin:10.7.0' } // NOTE: Do not place your application dependencies here; they belong