updating photo / video editor

This commit is contained in:
tibbi 2022-12-13 10:24:58 +01:00
parent 558e764b59
commit aee51a0294

View file

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