Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

build(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-android from 1.7.1 to 1.7.3 #71

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ dependencies {
implementation("com.aliucord:Aliuhook:main-SNAPSHOT")
implementation("de.maxr1998:modernandroidpreferences:2.3.2")

implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3")
implementation("org.lsposed.hiddenapibypass:hiddenapibypass:4.3")
implementation("org.slf4j:slf4j-simple:2.0.7")
implementation(platform("com.google.firebase:firebase-bom:32.1.0"))
Expand Down
2 changes: 1 addition & 1 deletion feature/completion/kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {
}

dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3")
implementation("io.github.Rosemoe.sora-editor:editor:0.21.1")
implementation("com.google.guava:guava:32.0.1-jre")
implementation(projects.feature.project)
Expand Down