From d671c4503a31b37ff66ae9f8bca0b5975bd5b93c Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 12 Feb 2022 11:02:25 +0100 Subject: [PATCH] updating commons and photo editor SDK --- app/build.gradle | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ff805c992..a322ad7c2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -78,7 +78,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:fb636d1297' + implementation 'com.github.SimpleMobileTools:Simple-Commons:03e4d214b1' 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.23' diff --git a/build.gradle b/build.gradle index 1df34ab15..c4b664de8 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ buildscript { classpath 'com.android.tools.build:gradle:7.0.4' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" if (is_proprietary) { - classpath 'ly.img.android.pesdk:plugin:9.1.1' + classpath 'ly.img.android.pesdk:plugin:9.2.0' } // NOTE: Do not place your application dependencies here; they belong