Skip to content

Commit

Permalink
Upgrade android deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneeVandervelde committed Jun 19, 2024
1 parent ef75edd commit e3774d8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
9 changes: 2 additions & 7 deletions buildSrc/src/main/kotlin/library.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,8 @@ plugins {
}

kotlin {
jvm {
compilations.all {
compilerOptions.configure {
jvmTarget.set(JvmTarget.JVM_1_8)
}
}
}
jvmToolchain(11)
jvm()

linuxX64()
linuxArm64()
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[versions]
kotlin = "2.0.0"
ktor = "2.3.11"
core-ktx = "1.9.0"
lifecycle-runtime-ktx = "2.6.1"
core-ktx = "1.13.1"
lifecycle-runtime-ktx = "2.8.2"
activity-compose = "1.7.0"
compose-bom = "2023.03.00"
compose-bom = "2024.06.00"
regolith = "1.6.0"
ink-ui = "0.3.3"

[libraries.android-gradle]
version = "8.1.2"
version = "8.5.0"
module = "com.android.tools.build:gradle"

[libraries.kotlin-gradle]
Expand Down Expand Up @@ -89,7 +89,7 @@ name = "ui-graphics"
module = "androidx.compose.foundation:foundation"

[libraries.androidx-appcompat]
version = "1.6.1"
version = "1.7.0"
module = "androidx.appcompat:appcompat"

[libraries.ktor-server-core]
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Oct 12 17:12:16 CDT 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit e3774d8

Please sign in to comment.