From 34824e79ff0f2f3b74eb1e22abb15187105e23c0 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 7 Mar 2021 22:48:07 +0100 Subject: [PATCH] updating commons, kotlin and photo editor sdk --- app/build.gradle | 2 +- build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5d7f0aab8..39137dcab 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -77,7 +77,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.33.34' + implementation 'com.simplemobiletools:commons:5.34.17' 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.22' diff --git a/build.gradle b/build.gradle index 5a9a50030..fd77b1a29 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.4.30' + ext.kotlin_version = '1.4.31' ext.is_proprietary = gradle.startParameter.taskNames.any { task -> task.contains("Proprietary") } repositories { @@ -16,7 +16,7 @@ buildscript { classpath 'com.android.tools.build:gradle:4.1.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" if (is_proprietary) { - classpath 'ly.img.android.pesdk:plugin:8.0.9' + classpath 'ly.img.android.pesdk:plugin:8.1.0' } // NOTE: Do not place your application dependencies here; they belong