Update version to 0.6.17 and increment version code to 133; enhance Android build workflow
Android / android (push) Successful in 27s

This commit is contained in:
Kirill
2026-08-20 21:05:22 +03:00
parent 935d249183
commit 3536e25d52
3 changed files with 23 additions and 3 deletions
+21 -1
View File
@@ -19,10 +19,19 @@ jobs:
- name: Prepare Godot - name: Prepare Godot
run: | run: |
rm -rf .godot rm -rf .godot
mkdir -p build
godot \
--headless \
--path . \
--editor \
--quit \
--verbose
- name: Build APK - name: Build APK
run: | run: |
mkdir -p build
godot \ godot \
--headless \ --headless \
--path . \ --path . \
@@ -35,6 +44,17 @@ jobs:
--export-release "Android" \ --export-release "Android" \
build/app.apk build/app.apk
- name: Check imported resources
run: |
echo "=== PNG imports ==="
find .godot/imported -iname '*habitable*' -o -iname '*civ2*'
echo "=== PNG files ==="
ls -lh ui/4-life/habitable_planet.png
ls -lh ui/4-life/civ2.png
- name: Verify APK - name: Verify APK
run: | run: |
test -f build/app.apk test -f build/app.apk
+1 -1
View File
@@ -110,7 +110,7 @@ architectures/armeabi-v7a=false
architectures/arm64-v8a=true architectures/arm64-v8a=true
architectures/x86=false architectures/x86=false
architectures/x86_64=false architectures/x86_64=false
version/code=132 version/code=133
version/name="" version/name=""
package/unique_name="com.KIDGameProduction.Owniverse" package/unique_name="com.KIDGameProduction.Owniverse"
package/name="Owniverse" package/name="Owniverse"
+1 -1
View File
@@ -15,7 +15,7 @@ compatibility/default_parent_skeleton_in_mesh_instance_3d=true
[application] [application]
config/name="Owniverse" config/name="Owniverse"
config/version="0.6.16" config/version="0.6.17"
run/main_scene="uid://bv384dpmvjv8o" run/main_scene="uid://bv384dpmvjv8o"
config/features=PackedStringArray("4.7", "Mobile") config/features=PackedStringArray("4.7", "Mobile")
boot_splash/show_image=false boot_splash/show_image=false