Skip to content

Commit

Permalink
build: gradle version 8.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iamr0s committed Oct 8, 2024
1 parent dd76471 commit 86def88
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 4 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,10 @@ android {
}
}

compileOptions {
targetCompatibility = JavaVersion.VERSION_17
sourceCompatibility = JavaVersion.VERSION_17
java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(17))
}
}

kotlin {
Expand Down
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
alias(libs.plugins.toolchains.resolver) apply false
alias(libs.plugins.agp.lib) apply false
alias(libs.plugins.agp.app) apply false
alias(libs.plugins.kotlin) apply false
Expand Down
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# https://androidx.dev/storage/compose-compiler/repository/

[versions]
agp = "8.6.1"
agp = "8.7.0"
kotlin = "2.0.0"
compose = "1.7.3"
room = "2.6.1"
Expand All @@ -20,6 +20,7 @@ rikka-shizuku = "13.1.5"
koin = "3.5.6"

[plugins]
toolchains-resolver = { id = "org.gradle.toolchains.foojay-resolver-convention", version = "0.4.0" }
agp-lib = { id = "com.android.library", version.ref = "agp" }
agp-app = { id = "com.android.application", version.ref = "agp" }
kotlin = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
Expand Down

0 comments on commit 86def88

Please sign in to comment.