Skip to content

Commit

Permalink
Update Kotlin plugin and stdlib version
Browse files Browse the repository at this point in the history
  • Loading branch information
solkin committed Dec 15, 2023
1 parent 61716a6 commit 3a321fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {
implementation project(path: ':preference-fragment')
implementation 'com.github.solkin:simple-image-loader:v0.9.0'
implementation 'com.github.solkin:disk-lru-cache:1.4'
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.0'
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.20'
implementation 'androidx.core:core-ktx:1.12.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.annotation:annotation:1.7.1'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:8.2.0'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.20'
}
}

Expand Down

0 comments on commit 3a321fb

Please sign in to comment.