Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Konyaco committed Feb 24, 2023
1 parent 1db4dcc commit 824e23f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ dependencies {
implementation(project(":common"))
implementation("org.jsoup:jsoup:${rootProject.extra["jsoup_version"]}")
implementation("androidx.core:core-ktx:1.9.0")
implementation("androidx.activity:activity-compose:1.6.0")
implementation("androidx.appcompat:appcompat:1.5.1")
implementation("androidx.activity:activity-compose:1.6.1")
implementation("androidx.appcompat:appcompat:1.6.1")
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.3")
androidTestImplementation("androidx.test.ext:junit:1.1.5")
}
3 changes: 2 additions & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ kotlin {
}
val androidMain by getting {
dependencies {
api("androidx.appcompat:appcompat:1.5.1")
api("androidx.appcompat:appcompat:1.6.1")
api("androidx.core:core-ktx:1.9.0")
api("io.ktor:ktor-client-cio:$ktorVersion")
implementation("org.jsoup:jsoup:$jsoupVersion")
}
}

val jvmMain by getting {
dependencies {
api(compose.desktop.currentOs)
Expand Down

0 comments on commit 824e23f

Please sign in to comment.