updating commons, kotlin and photo editor sdk

This commit is contained in:
tibbi 2021-09-07 23:20:13 +02:00
parent 4d00682ec6
commit 78fce991a2
2 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:03149a0586'
implementation 'com.github.SimpleMobileTools:Simple-Commons:554dda71a4'
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'

View File

@ -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.21'
ext.kotlin_version = '1.5.30'
ext.is_proprietary = gradle.startParameter.taskNames.any { task -> task.contains("Proprietary") }
repositories {
@ -16,7 +16,7 @@ buildscript {
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.3'
classpath 'ly.img.android.pesdk:plugin:8.3.4'
}
// NOTE: Do not place your application dependencies here; they belong