11[versions ]
22# noinspection UnusedVersionCatalogEntry
3- app_version_code = " 34 "
3+ app_version_code = " 35 "
44# noinspection UnusedVersionCatalogEntry
5- app_version_name = " 1.3.4 "
5+ app_version_name = " 1.3.5 "
66# noinspection UnusedVersionCatalogEntry
77android_compile_sdk = " 36"
88# noinspection UnusedVersionCatalogEntry
@@ -12,7 +12,7 @@ android_min_sdk = "23"
1212
1313# Gradle Plugins
1414kotlin = " 2.3.10"
15- android_gradle_plugin = " 9.1.0"
15+ android_gradle_plugin = " 8.13.1 " # 9.1.0 doesn't work with Dokka
1616
1717junit = " 4.13.2"
1818dokka = " 2.1.0"
@@ -39,9 +39,11 @@ androidx_test_uiautomator = "2.3.0"
3939androidx_navigation_safeargs = { id = " androidx.navigation.safeargs" , version.ref = " androidx_navigation" }
4040android_application = { id = " com.android.application" , version.ref = " android_gradle_plugin" }
4141android_library = { id = " com.android.library" , version.ref = " android_gradle_plugin" }
42+ android_fusedlibrary = { id = " com.android.fused-library" , version.ref = " android_gradle_plugin" }
43+ # builtin_kotlin = { id = "com.android.built-in-kotlin", version.ref = "android_gradle_plugin" }
44+ # legacy_kapt = { id = "com.android.legacy-kapt", version.ref = "android_gradle_plugin" }
45+ kotlin_android = { id = " org.jetbrains.kotlin.android" , version.ref = " kotlin" }
4246kotlin_compose_compiler = { id = " org.jetbrains.kotlin.plugin.compose" , version.ref = " kotlin" }
43- builtin_kotlin = { id = " com.android.built-in-kotlin" , version.ref = " android_gradle_plugin" }
44- legacy_kapt = { id = " com.android.legacy-kapt" , version.ref = " android_gradle_plugin" }
4547dokka_javadoc = { id = " org.jetbrains.dokka-javadoc" , version.ref = " dokka" }
4648dokka_html = { id = " org.jetbrains.dokka" , version.ref = " dokka" }
4749
0 commit comments