Commit 6b354ee
committed
Feat: Introduce dynamic application name based on build type
This commit introduces a dynamic application name based on the build type.
The `applicationId` in `app/build.gradle.kts` is now determined by the `type` property:
- `app.mlauncher.beta` for type 1
- `app.mlauncher.alpha` for type 2
- `app.mlauncher` for all other types
A new `val applicationName` has been added to facilitate this change.1 parent 54a83ae commit 6b354ee
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
31 | 37 | | |
32 | 38 | | |
33 | 39 | | |
34 | 40 | | |
35 | 41 | | |
36 | | - | |
| 42 | + | |
37 | 43 | | |
38 | 44 | | |
39 | 45 | | |
| |||
0 commit comments