From e7174f9001a9804173a0aea33eea8ed690c8a2d6 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 4 May 2020 10:07:22 +0200 Subject: [PATCH] update photo editor to 7.2.2 --- 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 86dd0da0e..e5960e784 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -78,7 +78,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.26.27' + implementation 'com.simplemobiletools:commons:5.27.2' implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.0' implementation 'androidx.multidex:multidex:2.0.1' implementation 'it.sephiroth.android.exif:library:1.0.1' diff --git a/build.gradle b/build.gradle index 7be743fd2..bdcacf2cc 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ buildscript { classpath 'com.android.tools.build:gradle:3.6.3' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" if (is_proprietary) { - classpath 'ly.img.android.pesdk:plugin:7.2.1' + classpath 'ly.img.android.pesdk:plugin:7.2.2' } // NOTE: Do not place your application dependencies here; they belong