From 43e5b8bb514c24a5cae4aaf49d536162c0cd9952 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 17 Aug 2021 12:20:38 +0200 Subject: [PATCH] updating photo editor SDK, kotlin, commons, gradle --- app/build.gradle | 6 +++--- build.gradle | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5532d93c4..078648ca8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -78,7 +78,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:0a6688146c' + implementation 'com.github.SimpleMobileTools:Simple-Commons:e3c531cbd1' 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' @@ -113,12 +113,12 @@ if (is_proprietary) { imglyConfig { vesdk { enabled true - licencePath 'vesdk_license' + licensePath 'vesdk_license' } pesdk { enabled true - licencePath 'pesdk_license' + licensePath 'pesdk_license' } modules { diff --git a/build.gradle b/build.gradle index ca17ce468..c79283db4 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.5.10' + ext.kotlin_version = '1.5.21' ext.is_proprietary = gradle.startParameter.taskNames.any { task -> task.contains("Proprietary") } repositories { @@ -13,10 +13,10 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:4.2.1' + classpath 'com.android.tools.build:gradle:4.2.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" if (is_proprietary) { - classpath 'ly.img.android.pesdk:plugin:8.3.1' + classpath 'ly.img.android.pesdk:plugin:8.3.3' } // NOTE: Do not place your application dependencies here; they belong