updating photo editor SDK, kotlin, commons, gradle

This commit is contained in:
tibbi
2021-08-17 12:20:38 +02:00
parent 66662149a9
commit 43e5b8bb51
2 changed files with 6 additions and 6 deletions

View File

@@ -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 {