Skip to content

Commit

Permalink
update lib
Browse files Browse the repository at this point in the history
  • Loading branch information
pantasystem committed Jul 27, 2023
1 parent aee3966 commit 5c9ebb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:7.3.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath "com.google.android.gms:oss-licenses-plugin:0.10.6"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ dependencyResolutionManagement {

library("okhttp-sse", "com.squareup.okhttp3:okhttp-sse:4.10.0")

library("kotlin-serialization", "org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0")
library("kotlin-serialization", "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0")

library("recyclerview", "androidx.recyclerview:recyclerview:1.3.0")

Expand Down

0 comments on commit 5c9ebb1

Please sign in to comment.