Commit de590ba
committed
chore: Centralize and update application version
This commit updates the application version from 1.0.0 to 1.1.0 and centralizes version management by reading the version number from a new `version.properties` file at the root of the project.
### Key Changes:
* **`version.properties`:**
* A new `version.properties` file has been created to store the application version (`PACKAGE_VERSION=1.1.0`).
* **`composeApp/build.gradle.kts`:**
* The Gradle script now reads the `packageVersion` from `version.properties`, ensuring a single source of truth for the version number.
* A check is included to throw a `GradleException` if the `version.properties` file is not found.
* **`AppLinks.kt`:**
* The hardcoded `VERSION` constant has been updated to `1.1.0` to match the new version.1 parent c077f7a commit de590ba
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments