Automate versioning and release build workflow Added a GitHub Actions workflow to build and release Android APK/AAB on tag push, including keystore handling and asset upload. Moved version information to versions.properties and updated build.gradle to load version values from this file. Added a script to output the version name.