Add version management with auto-bump script
Version is tracked in version.properties and read by build.gradle.kts. Run ./bump-version.sh [major|minor|patch] before release builds. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
7979ebd029
commit
52af9f6047
3 changed files with 67 additions and 2 deletions
4
version.properties
Normal file
4
version.properties
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
versionMajor=1
|
||||
versionMinor=1
|
||||
versionPatch=0
|
||||
versionCode=2
|
||||
Loading…
Add table
Add a link
Reference in a new issue