Skip to content

Commit 3da438a

Browse files
Update Kotlin to v1.9.25
1 parent 77bf8d4 commit 3da438a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LifecycleDispose2/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ android {
2929
}
3030

3131
dependencies {
32-
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.9.10"
32+
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.9.25"
3333
implementation "io.reactivex.rxjava2:rxkotlin:2.4.0"
3434
implementation 'io.reactivex.rxjava2:rxjava:2.2.21'
3535
implementation "androidx.fragment:fragment:1.6.1"

LifecycleDispose3/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ android {
2929
}
3030

3131
dependencies {
32-
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.9.10"
32+
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.9.25"
3333
implementation "io.reactivex.rxjava3:rxkotlin:3.0.1"
3434
implementation 'io.reactivex.rxjava3:rxjava:3.1.8'
3535
implementation "androidx.fragment:fragment:1.6.1"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'com.android.application' version '8.1.2' apply false
33
id 'com.android.library' version '8.1.2' apply false
44
id "com.diffplug.spotless" version "6.22.0" apply false
5-
id 'org.jetbrains.kotlin.android' version '1.9.10' apply false
5+
id 'org.jetbrains.kotlin.android' version '1.9.25' apply false
66
id "io.github.gradle-nexus.publish-plugin" version "1.3.0"
77
}
88

0 commit comments

Comments
 (0)