From 7a5cc6a3f306467aba976c5b5eedef475d69b71e Mon Sep 17 00:00:00 2001 From: Michael Yick Date: Mon, 8 Apr 2024 00:38:07 -0500 Subject: [PATCH] android version will change with woodpecker updates --- .android.json | 2 +- .woodpecker.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.android.json b/.android.json index 1c70f82..fba1690 100644 --- a/.android.json +++ b/.android.json @@ -1 +1 @@ -{"expansion": false, "heap_size": "3", "icon_name": "Snoot Game", "include_pil": false, "include_sqlite": false, "layout": null, "name": "Snoot Game", "numeric_version": 1, "orientation": "sensorLandscape", "package": "cavemanon.snootgame", "permissions": ["VIBRATE", "INTERNET"], "source": false, "store": "none", "update_always": true, "update_icons": true, "update_keystores": true, "version": "9.0"} \ No newline at end of file +{"expansion": false, "heap_size": "3", "icon_name": "Snoot Game", "include_pil": false, "include_sqlite": false, "layout": null, "name": "Snoot Game", "numeric_version": 1, "orientation": "sensorLandscape", "package": "cavemanon.snootgame", "permissions": ["VIBRATE", "INTERNET"], "source": false, "store": "none", "update_always": true, "update_icons": true, "update_keystores": true, "version": "INTERNAL-BUILD"} diff --git a/.woodpecker.yml b/.woodpecker.yml index 8b9fb91..98bd613 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -11,6 +11,7 @@ steps: image: debian commands: - sed -i -e "s/INTERNAL-BUILD/${CI_COMMIT_TAG}/g" game/options.rpy #Change the internal build name to the tagged version + - sed -i -e "s/INTERNAL-BUILD/${CI_COMMIT_TAG}/g" .android.json when: - event: tag @@ -18,6 +19,8 @@ steps: image: debian commands: - sed -i -e "s/INTERNAL-BUILD/${CI_COMMIT_SHA}/g" game/options.rpy #if no tag, make it the commit num + - sed -i -e "s/INTERNAL-BUILD/${CI_COMMIT_TAG}/g" .android.json + when: - event: cron