updating the photo editor to 7.6.4

This commit is contained in:
tibbi 2020-09-22 23:04:48 +02:00
parent 662efb3207
commit 16548bbd36

View file

@ -16,7 +16,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:4.0.1' classpath 'com.android.tools.build:gradle:4.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
if (is_proprietary) { if (is_proprietary) {
classpath 'ly.img.android.pesdk:plugin:7.6.3' classpath 'ly.img.android.pesdk:plugin:7.6.4'
} }
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong