Skip to content

Commit 977d69d

Browse files
committed
update kotlin stdlib to 1.8.22
1 parent 3774084 commit 977d69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ configurations {
133133
configureEach {
134134
exclude group: 'androidx.lifecycle', module: 'lifecycle-viewmodel-ktx'
135135
resolutionStrategy {
136-
force 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.10'
136+
force 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22'
137137
}
138138
}
139139
}

0 commit comments

Comments
 (0)