- Add version.properties file as single source of truth for VERSION_NAME and VERSION_CODE - Create build.ps1 script with automated version bumping (Major/Minor/Patch/None) and build orchestration - Update app/build.gradle.kts to read version from version.properties instead of hardcoded values - Display dynamic version info in Settings screen using BuildConfig.VERSION_NAME and VERSION_CODE - Add
3 lines
62 B
Properties
3 lines
62 B
Properties
#Thu Feb 12 09:29:54 2026
|
|
VERSION_NAME=1.2.0
|
|
VERSION_CODE=8 |