Skip to content

Commit

Permalink
chore(deps): Upgrade Gradle, AGP and more
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamlooker committed Mar 1, 2025
1 parent d3c3d28 commit d5c0fcb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 25 deletions.
14 changes: 0 additions & 14 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import com.android.build.gradle.internal.tasks.factory.dependsOn
import org.jlleitschuh.gradle.ktlint.reporter.ReporterType

plugins {
alias(libs.plugins.android.application)
alias(libs.plugins.kotlin.android)
alias(libs.plugins.ktlint)
alias(libs.plugins.ksp)
alias(libs.plugins.hilt)
alias(libs.plugins.kotlin.serialization)
Expand Down Expand Up @@ -111,18 +109,6 @@ android {
}
}

ktlint {
android.set(true)
ignoreFailures.set(true)
debug.set(true)
reporters {
reporter(ReporterType.HTML)
}
filter {
exclude("**/generated/**")
}
}

dependencies {
coreLibraryDesugaring(libs.desugaring)

Expand Down
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
alias(libs.plugins.android.application) apply false
alias(libs.plugins.kotlin.android) apply false
alias(libs.plugins.ktlint) apply false
alias(libs.plugins.ksp) apply false
alias(libs.plugins.hilt) apply false
alias(libs.plugins.kotlin.serialization) apply false
Expand Down
16 changes: 7 additions & 9 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[versions]
desugaring = "2.1.4"
agp = "8.8.1"
desugaring = "2.1.5"
agp = "8.8.2"
material = "1.12.0"
activity = "1.10.0"
activity = "1.10.1"
app-compat = "1.7.0"
core = "1.15.0"
datastore = "1.1.2"
datastore = "1.1.3"
fragment = "1.8.6"
espresso = "3.6.1"
lifecycle = "2.8.7"
Expand All @@ -25,14 +25,13 @@ kotlin = "2.1.10"
coroutines = "1.10.1"
datetime = "0.6.2"
serialization = "1.8.0"
ksp = "2.1.10-1.0.30"
ktlint = "12.1.2"
ktor = "3.1.0"
ksp = "2.1.10-1.0.31"
ktor = "3.1.1"
libsu = "6.0.0"
room = "2.6.1"
shizuku = "13.0.0"
image-viewer = "v1.0.1"
junit-jupiter = "5.11.4"
junit-jupiter = "5.12.0"

[libraries]
desugaring = { group = "com.android.tools", name = "desugar_jdk_libs", version.ref = "desugaring" }
Expand Down Expand Up @@ -88,7 +87,6 @@ junit-platform = { group = "org.junit.platform", name = "junit-platform-launcher
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "ktlint" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
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 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit d5c0fcb

Please sign in to comment.