Skip to content

Commit da7192a

Browse files
committed
Update dependencies
1 parent bc81f0d commit da7192a

3 files changed

Lines changed: 23 additions & 13 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636
minSdk = 24 // Android 7 - Nougat
3737
targetSdk = 36 // Android 15 Vanilla Ice Cream
3838

39-
versionCode = 124
39+
versionCode = 125
4040
versionName = "5.0-SNAPSHOT"
4141

4242
ndk.abiFilters += listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64")

gradle.properties

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ kotlin.code.style=official
2323
android.nonTransitiveRClass=true
2424

2525
org.gradle.configuration-cache=true
26+
android.defaults.buildfeatures.resvalues=true
27+
android.sdk.defaultTargetSdkToCompileSdkIfUnset=false
28+
android.enableAppCompileTimeRClass=false
29+
android.usesSdkInManifest.disallowed=false
30+
android.uniquePackageNames=false
31+
android.dependency.useConstraints=true
32+
android.r8.strictFullModeForKeepRules=false
33+
android.r8.optimizedResourceShrinking=false
34+
android.builtInKotlin=false
35+
android.newDsl=false
2636

2737
# Mod Archive API key
2838
# modArchiveApiKey=""

gradle/libs.versions.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
[versions]
2-
activityCompose = "1.12.2" # https://mvnrepository.com/artifact/androidx.activity/activity-compose
3-
androidGradlePlugin = "8.13.2" # https://mvnrepository.com/artifact/com.android.application/com.android.application.gradle.plugin
4-
composeBom = "2026.01.00" # https://mvnrepository.com/artifact/androidx.compose/compose-bom
2+
activityCompose = "1.12.4" # https://mvnrepository.com/artifact/androidx.activity/activity-compose
3+
androidGradlePlugin = "9.0.0" # https://mvnrepository.com/artifact/com.android.application/com.android.application.gradle.plugin
4+
composeBom = "2026.02.00" # https://mvnrepository.com/artifact/androidx.compose/compose-bom
55
dataStore = "1.2.0" # https://mvnrepository.com/artifact/androidx.datastore/datastore-preferences
6-
dfc = "1.2" # https://mvnrepository.com/artifact/com.lazygeniouz/dfc
6+
dfc = "1.3" # https://mvnrepository.com/artifact/com.lazygeniouz/dfc
77
extendedSpans = "1.4.0" # https://mvnrepository.com/artifact/me.saket.extendedspans/extendedspans
88
koin-bom = "4.1.1" # https://mvnrepository.com/artifact/io.insert-koin/koin-core
9-
kotlin = "2.3.0" # https://mvnrepository.com/artifact/org.jetbrains.kotlin.android/org.jetbrains.kotlin.android.gradle.plugin
9+
kotlin = "2.3.10" # https://mvnrepository.com/artifact/org.jetbrains.kotlin.android/org.jetbrains.kotlin.android.gradle.plugin
1010
kotlinXImmutable = "0.4.0" # https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kotlinx-collections-immutable
11-
kotlinterGradle = "5.3.0" # // https://github.com/jeremymailen/kotlinter-gradle
12-
kotlinxSerialization = "1.9.0" # https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kotlinx-serialization-json
13-
ktor = "3.3.3" # https://mvnrepository.com/artifact/io.ktor/ktor-client-core
11+
kotlinterGradle = "5.4.2" # // https://github.com/jeremymailen/kotlinter-gradle
12+
kotlinxSerialization = "1.10.0" # https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kotlinx-serialization-json
13+
ktor = "3.4.0" # https://mvnrepository.com/artifact/io.ktor/ktor-client-core
1414
leakcanaryAndroid = "2.14" # https://mvnrepository.com/artifact/com.squareup.leakcanary/leakcanary-android
1515
lifecycleViewmodel = "2.10.0" # https://mvnrepository.com/artifact/androidx.lifecycle/lifecycle-viewmodel-navigation3
16-
materialKolor = "5.0.0-alpha05" # https://mvnrepository.com/artifact/com.materialkolor/material-kolor
16+
materialKolor = "5.0.0-alpha06" # https://mvnrepository.com/artifact/com.materialkolor/material-kolor
1717
media = "1.7.1" # https://mvnrepository.com/artifact/androidx.media/media
18-
navigation3 = "1.1.0-alpha02" # https://mvnrepository.com/artifact/androidx.navigation3/navigation3-runtime
18+
navigation3 = "1.1.0-alpha04" # https://mvnrepository.com/artifact/androidx.navigation3/navigation3-runtime
1919
oboe = "1.10.0" # https://mvnrepository.com/artifact/com.google.oboe/oboe
2020
permissionsCompose = "1.0.5" # https://mvnrepository.com/artifact/com.meticha/permissions_compose
2121
reorderable = "3.0.0" # https://mvnrepository.com/artifact/sh.calvin.reorderable/reorderable
22-
settings = "2.24.0" # https://github.com/alorma/Compose-Settings/releases
22+
settings = "2.26.0" # https://github.com/alorma/Compose-Settings/releases
2323
timber = "5.0.1" # https://mvnrepository.com/artifact/com.jakewharton.timber/timber
2424

2525
[libraries]
@@ -30,7 +30,7 @@ compose-bom = { module = "androidx.compose:compose-bom", version.ref = "composeB
3030
compose-foundation = { module = "androidx.compose.foundation:foundation" }
3131
compose-material-icons-core = { module = "androidx.compose.material:material-icons-core" }
3232
compose-material-icons-extended = { module = "androidx.compose.material:material-icons-extended" }
33-
compose-material3 = { module = "androidx.compose.material3:material3", version = "1.5.0-alpha12" }
33+
compose-material3 = { module = "androidx.compose.material3:material3", version = "1.5.0-alpha14" }
3434
compose-runtime-livedata = { module = "androidx.compose.runtime:runtime-livedata" }
3535
compose-settings-ui = { module = "com.github.alorma.compose-settings:ui-tiles", version.ref = "settings" }
3636
compose-settings-ui-extended = { module = "com.github.alorma.compose-settings:ui-tiles-extended", version.ref = "settings" }

0 commit comments

Comments
 (0)