Files
com.flux/build.gradle.kts
chindaronit d7f4ddb7a2 feat!: New theme customize page with theme preview, Storage selection screen added for new user to select storage to save data, backup, indicator added to calendar monthly preview to indicate entries in journals, events.
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.
2026-03-15 23:20:38 +05:30

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
}