Auto Version Code
by Kosro
⬆️ Godot Auto Version Code
If you're building games for Google Play using the Godot Game Engine, you'll need to increment the version code each time you upload a new APK.
This plugin will automatically increment the version code for you.
It works by registering an Export Plugin. After each non-debug export, it will search the export_presets.cfg
file for version/code
keys and increment them by one.
It's super simple, so feel free to modify it to suit your needs.
Installation
Install it using the Asset Library or place the auto_version_code
folder in your addons
folder manually.
Tipp:
This plugin works well in combination with the Auto Export Version Plugin, which will allow you to get the version code in your game.
For that you'll need to configure it to use the Android version code.
Download
Support
If you need help or have questions about this plugin, please contact the author.
Contact Author