updating photo editor SDK to 9.1.1

This commit is contained in:
tibbi 2021-12-19 22:26:25 +01:00
parent 51c15be895
commit 2e579a5d8a
1 changed files with 1 additions and 1 deletions

View File

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