updating kotlin and photo editor

This commit is contained in:
tibbi 2022-05-09 10:44:59 +02:00
parent c5d9ac6fcc
commit faf88180af
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.6.20'
ext.kotlin_version = '1.6.21'
ext.is_proprietary = gradle.startParameter.taskNames.any { task -> task.contains("Proprietary") }
repositories {
@ -16,7 +16,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:7.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
if (is_proprietary) {
classpath 'ly.img.android.pesdk:plugin:10.0.1'
classpath 'ly.img.android.pesdk:plugin:10.1.0'
}
// NOTE: Do not place your application dependencies here; they belong