Skip to content

Commit

Permalink
update kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
ShirosakiMio committed Oct 21, 2024
1 parent a234b1d commit 64b61ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FCL/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android' version '2.0.21'
id 'org.jetbrains.kotlin.android'
id "org.hidetake.ssh" version "2.11.2"
}

Expand Down
2 changes: 1 addition & 1 deletion FCLLibrary/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'com.android.library'
id 'org.jetbrains.kotlin.android' version '1.9.20'
id 'org.jetbrains.kotlin.android'
}

android {
Expand Down
2 changes: 1 addition & 1 deletion FCLauncher/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'com.android.library'
id 'org.jetbrains.kotlin.android' version '2.0.21'
id 'org.jetbrains.kotlin.android'
}

android {
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
plugins {
id 'com.android.application' version '8.1.3' apply false
id 'com.android.library' version '8.1.3' apply false
id 'org.jetbrains.kotlin.android' version '2.0.21' apply false
}

0 comments on commit 64b61ab

Please sign in to comment.