This commit introduces a complete overhaul of the `README.md` to improve project presentation. Key changes include: • Adds a new header with the app icon and a Google Play badge. • Updates the feature graphic and includes a note distinguishing the OSS version from the Play Store version. • Refines the "Open Source Libraries" section to be more structured. • Moves the main preview image into the `docs` directory. Additionally, the `app/build.gradle.kts` file is updated to configure a standardized naming convention for output APK files, including flavor, version, and build type.
6 lines
No EOL
268 B
Kotlin
6 lines
No EOL
268 B
Kotlin
// Top-level build file where you can add configuration options common to all subprojects/modules.
|
|
plugins {
|
|
alias(libs.plugins.android.application) apply false
|
|
alias(libs.plugins.kotlin.android) apply false
|
|
alias(libs.plugins.kotlin.compose) apply false
|
|
} |