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:
Ole-Morten Duesund 2026-03-05 13:58:22 +01:00
commit 52af9f6047
3 changed files with 67 additions and 2 deletions

4
version.properties Normal file
View file

@ -0,0 +1,4 @@
versionMajor=1
versionMinor=1
versionPatch=0
versionCode=2