11[versions ]
2+ # noinspection UnusedVersionCatalogEntry
23app_version_code = " 32"
4+ # noinspection UnusedVersionCatalogEntry
35app_version_name = " 1.3.2"
4- android_build_tools = " 36.0.0"
6+ # noinspection UnusedVersionCatalogEntry
7+ android_build_tools = " 36.1.0"
8+ # noinspection UnusedVersionCatalogEntry
59android_compile_sdk = " 36"
10+ # noinspection UnusedVersionCatalogEntry
611android_target_sdk = " 36"
12+ # noinspection UnusedVersionCatalogEntry
713android_min_sdk = " 23"
814
915# Gradle Plugins
10- kotlin = " 2.2.21 "
16+ kotlin = " 2.3.0 "
1117junit = " 4.13.2"
12- android_gradle_plugin = " 8.13.1 "
18+ android_gradle_plugin = " 9.0.0 "
1319material_design = " 1.13.0"
1420
15- androidx_compose_bom = " 2025.12.00"
16- androidx_compose_uitest = " 1.10.0"
21+ androidx_compose_bom = " 2026.01.01"
22+ androidx_compose_uitest = " 1.10.2"
23+ androidx_customview_poolingcontainer = " 1.1.0"
24+
1725androidx_core = " 1.17.0"
1826androidx_appcompat = " 1.7.1"
1927androidx_preference = " 1.2.1"
20- androidx_navigation = " 2.9.6 "
28+ androidx_navigation = " 2.9.7 "
2129androidx_navigation3 = " 1.0.0"
2230
2331androidx_test_ext_junit = " 1.3.0"
@@ -33,8 +41,8 @@ androidx_navigation_safeargs = { id = "androidx.navigation.safeargs", v
3341android_application = { id = " com.android.application" , version.ref = " android_gradle_plugin" }
3442android_library = { id = " com.android.library" , version.ref = " android_gradle_plugin" }
3543kotlin_compose_compiler = { id = " org.jetbrains.kotlin.plugin.compose" , version.ref = " kotlin" }
36- kotlin_android = { id = " org.jetbrains. kotlin.android " , version.ref = " kotlin " }
37- kotlin_kapt = { id = " org.jetbrains.kotlin. kapt" , version.ref = " kotlin " }
44+ builtin_kotlin = { id = " com.android.built-in- kotlin" , version.ref = " android_gradle_plugin " }
45+ legacy_kapt = { id = " com.android.legacy- kapt" , version.ref = " android_gradle_plugin " }
3846
3947[libraries ]
4048kotlin_stdlib = { module = " org.jetbrains.kotlin:kotlin-stdlib-jdk8" , version.ref = " kotlin" }
@@ -51,7 +59,7 @@ androidx_compose_activity = { module = "androidx.activity:activity-c
5159androidx_compose_runtime = { module = " androidx.compose.runtime:runtime" }
5260androidx_compose_ui_tooling = { module = " androidx.compose.ui:ui-tooling" }
5361androidx_compose_uitest_manifest = { module = " androidx.compose.ui:ui-test-manifest" }
54- androidx_customview_poolingcontainer = { module = " androidx.customview:customview-poolingcontainer" }
62+ androidx_customview_poolingcontainer = { module = " androidx.customview:customview-poolingcontainer" , version.ref = " androidx_customview_poolingcontainer " }
5563androidx_compose_material_icons_core = { module = " androidx.compose.material:material-icons-core" }
5664# androidx_compose_material_icons_ext = { module = "androidx.compose.material:material-icons-extended" }
5765androidx_preference_ktx = { module = " androidx.preference:preference-ktx" , version.ref = " androidx_preference" }
0 commit comments