Skip to content

Commit

Permalink
build: Bumped libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastaapps committed Oct 6, 2024
1 parent 3a6b4ec commit 325eb85
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 18 deletions.
28 changes: 28 additions & 0 deletions .idea/runConfigurations/wrapper___gradle_version_X_XX.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 17 additions & 16 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
[versions]
aboutLibraries = "11.2.3"
android-gradle = "8.6.0"
android-gradle = "8.7.0"
androidx-activity = "1.9.2"
androidx-compose = "1.7.0"
androidx-compose-material = "1.7.0"
androidx-compose = "1.7.3"
androidx-compose-material = "1.7.3"
androidx-compose-material3 = "1.3.0"
androidx-lifecycle = "2.8.5"
androidx-lifecycle = "2.8.6"
androidx-security = "1.1.0-alpha06"
androidx-test = "1.6.1"
coil = "3.0.0-alpha10"
decompose = "3.1.0"
detekt = "1.23.6"
detekt = "1.23.7"
espresso = "3.6.1"
google-ksp = "2.0.20-1.0.25"
# @keep
java-jvmTarget = "17"
junit5-bom = "5.11.0"
junit5-bom = "5.11.2"
kermit = "2.0.4"
koin = "3.5.6"
koin = "4.0.0"
koin-annotations = "1.0.3"
kotest = "5.9.1"
kotlin = "2.0.20"
Expand All @@ -26,15 +26,16 @@ kotlin-api = "2.0"
# @keep
kotlin-language = "2.0"
kotlinx-atomicfu = "0.25.0"
kotlinx-coroutines = "1.9.0-RC.2"
kotlinx-coroutines = "1.9.0"
# https://mrmans0n.github.io/compose-rules/
ktlintComposeRules = "0.4.11"
ktlintComposeRules = "0.4.15"
# https://github.com/JLLeitschuh/ktlint-gradle
ktlintGradle = "12.1.1"
# https://pinterest.github.io/ktlint/latest/
# @keep
ktlintJar = "1.3.1"
ktor = "2.3.12" # also update coil after
ktor = "2.3.12"
org-jetbrains-kotlin = "2.1.0-Beta1"
russhwolf-settings = "1.2.0"
sdk-compile = "35"
sdk-min = "21"
Expand All @@ -48,9 +49,9 @@ aboutLibraries-core = { module = "com.mikepenz:aboutlibraries-core", version.ref
android-desugaring = "com.android.tools:desugar_jdk_libs:2.1.2"
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
androidx-activity-core = { module = "androidx.activity:activity-ktx", version.ref = "androidx-activity" }
androidx-annotation = "androidx.annotation:annotation:1.8.2"
androidx-annotation = "androidx.annotation:annotation:1.9.0-rc01"
androidx-appcompat = "androidx.appcompat:appcompat:1.7.0"
androidx-collection = "androidx.collection:collection:1.4.3"
androidx-collection = "androidx.collection:collection:1.4.4"
androidx-compose-animation = { module = "androidx.compose.animation:animation", version.ref = "androidx-compose" }
androidx-compose-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "androidx-compose" }
androidx-compose-iconsCore = { module = "androidx.compose.material:material-icons-core", version.ref = "androidx-compose-material" }
Expand All @@ -74,7 +75,7 @@ androidx-lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-ru
androidx-lifecycle-service = { module = "androidx.lifecycle:lifecycle-service", version.ref = "androidx-lifecycle" }
androidx-security = { module = "androidx.security:security-crypto-ktx", version.ref = "androidx-security" }
androidx-splashscreen = "androidx.core:core-splashscreen:1.1.0-rc01"
androidx-startup = "androidx.startup:startup-runtime:1.2.0-rc01"
androidx-startup = "androidx.startup:startup-runtime:1.2.0"
androidx-test-core = { module = "androidx.test:core-ktx", version.ref = "androidx-test" }
androidx-test-junit = "androidx.test.ext-ktx:junit:1.1.3"
androidx-test-rules = { module = "androidx.test:rules-ktx", version.ref = "androidx-test" }
Expand Down Expand Up @@ -111,8 +112,8 @@ fluidLocale = "io.fluidsonic.locale:fluid-locale:0.13.0"
google-material = "com.google.android.material:material:1.12.0"
gradlePlugins-android = { module = "com.android.tools.build:gradle", version.ref = "android-gradle" }
gradlePlugins-detekt = { module = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin", version.ref = "detekt" }
gradlePlugins-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
gradlePlugins-kotlin-compose-compiler = { module = "org.jetbrains.kotlin:compose-compiler-gradle-plugin", version.ref = "kotlin" }
gradlePlugins-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "org-jetbrains-kotlin" }
gradlePlugins-kotlin-compose-compiler = { module = "org.jetbrains.kotlin:compose-compiler-gradle-plugin", version.ref = "org-jetbrains-kotlin" }
gradlePlugins-ktlint = { module = "org.jlleitschuh.gradle:ktlint-gradle", version.ref = "ktlintGradle" }
gradlePlugins-shadow = { module = "gradle.plugin.com.github.johnrengelman:shadow", version.ref = "shadow" }
junit5-bom = { module = "org.junit:junit-bom", version.ref = "junit5-bom" }
Expand Down Expand Up @@ -145,7 +146,7 @@ kotlinx-coroutines-common = { module = "org.jetbrains.kotlinx:kotlinx-coroutines
kotlinx-coroutines-swing = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-swing", version.ref = "kotlinx-coroutines" }
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinx-coroutines" }
kotlinx-dateTime = "org.jetbrains.kotlinx:kotlinx-datetime:0.6.1"
kotlinx-serializationJson = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2"
kotlinx-serializationJson = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3"
ktlint-compose-rules = { module = "io.nlopez.compose.rules:ktlint", version.ref = "ktlintComposeRules" }
ktor-client-auth = { module = "io.ktor:ktor-client-auth", version.ref = "ktor" }
ktor-client-cio = { module = "io.ktor:ktor-client-cio", version.ref = "ktor" }
Expand Down
3 changes: 1 addition & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@
# along with Menza. If not, see <https://www.gnu.org/licenses/>.
#

#Tue Aug 27 23:45:30 EEST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 325eb85

Please sign in to comment.