Set kotlin version to 1.8.22

Imgly library does not seem to work correctly with kotlin version 1.9.0
This commit is contained in:
Ensar Sarajčić 2023-08-16 17:14:22 +02:00
parent 2a22b17104
commit c8d94a704d
5 changed files with 5 additions and 5 deletions

View File

@ -73,7 +73,9 @@ android {
}
packagingOptions {
exclude 'META-INF/library_release.kotlin_module'
resources {
excludes += ['META-INF/library_release.kotlin_module']
}
}
buildFeatures {

View File

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.simplemobiletools.gallery.pro"
android:installLocation="auto">
<!-- override the android:maxSdkVersion="28" from PhotoEditorSDK with some higher number -->

View File

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.simplemobiletools.gallery.pro"
android:installLocation="auto">
<application

View File

@ -10,7 +10,7 @@ buildscript {
propVersionName = '5.34.26'
}*/
ext.kotlin_version = '1.9.0'
ext.kotlin_version = '1.8.22'
ext.is_proprietary = gradle.startParameter.taskNames.any { task -> task.contains("Proprietary") }
repositories {

View File

@ -1,4 +1,4 @@
android.enableJetifier=true
android.nonTransitiveRClass=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx1536m
android.nonTransitiveRClass=true