Skip to content

Commit 8c6947d

Browse files
author
AI Keyboard Team
committed
Fix: Downgrade Android Gradle Plugin and Kotlin to compatible versions
1 parent 645c300 commit 8c6947d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
2-
id 'com.android.application' version '8.2.2' apply false
3-
id 'org.jetbrains.kotlin.android' version '1.9.22' apply false
2+
id 'com.android.application' version '8.1.4' apply false
3+
id 'org.jetbrains.kotlin.android' version '1.9.0' apply false
44
}
55

66
task clean(type: Delete) {

0 commit comments

Comments
 (0)