updating gradle, commons and photo editor sdk

This commit is contained in:
tibbi 2021-03-29 23:08:48 +02:00
parent 6d1a973ea0
commit 48885a8ac6
2 changed files with 3 additions and 3 deletions

View file

@ -77,7 +77,7 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.34.21'
implementation 'com.simplemobiletools:commons:5.34.24'
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

@ -13,10 +13,10 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.2'
classpath 'com.android.tools.build:gradle:4.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
if (is_proprietary) {
classpath 'ly.img.android.pesdk:plugin:8.1.0'
classpath 'ly.img.android.pesdk:plugin:8.1.1'
}
// NOTE: Do not place your application dependencies here; they belong