updating photo editor SDK to 8.0.9

This commit is contained in:
tibbi 2021-02-18 19:38:25 +01:00
parent 37148fde4b
commit 9124cc20f5

View file

@ -16,7 +16,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:4.1.2' classpath 'com.android.tools.build:gradle:4.1.2'
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:8.0.8' classpath 'ly.img.android.pesdk:plugin:8.0.9'
} }
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong