fix: Automatic Backup manager, Calendar monthly preview bug, crash due to save notes, journals, reset state due to rotation in notes, journal. build: upgraded libs.versions.toml versions to the latest.
8 lines
300 B
Kotlin
8 lines
300 B
Kotlin
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
plugins {
|
|
alias(libs.plugins.hilt) apply false
|
|
alias(libs.plugins.ksp) apply false
|
|
alias(libs.plugins.android.application) apply false
|
|
alias(libs.plugins.kotlin.compose) apply false
|
|
}
|