6 Commits

Author SHA1 Message Date
Kirill 935d249183 Bump version to 0.6.16 and update version code to 132
Android / android (push) Successful in 22s
2026-08-20 20:25:12 +03:00
Kirill 8cb01d77de Refactor Android build workflow to separate preparation and build steps 2026-08-20 20:24:30 +03:00
Kirill a446b7cb41 Update Global autoload reference in project configuration 2026-08-20 20:19:01 +03:00
Kirill 82681d27e1 Bump version to 0.6.15 and update version code to 131
Android / android (push) Failing after 17s
2026-08-20 20:11:39 +03:00
Kirill 777ec2907b Add new PNG assets for time and speed UI components 2026-08-20 20:09:14 +03:00
Kirill 8513bf0313 Add new PNG images for time and speed menu 2026-08-20 20:03:18 +03:00
217 changed files with 13 additions and 4 deletions
+10 -1
View File
@@ -16,9 +16,18 @@ jobs:
- name: Godot version - name: Godot version
run: godot --version run: godot --version
- name: Prepare Godot
run: |
rm -rf .godot
mkdir -p build
- name: Build APK - name: Build APK
run: | run: |
mkdir -p build godot \
--headless \
--path . \
--editor \
--quit
godot \ godot \
--headless \ --headless \
+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=130 version/code=132
version/name="" version/name=""
package/unique_name="com.KIDGameProduction.Owniverse" package/unique_name="com.KIDGameProduction.Owniverse"
package/name="Owniverse" package/name="Owniverse"
+2 -2
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.14" config/version="0.6.16"
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
@@ -25,7 +25,7 @@ config/stretch_mode=0
[autoload] [autoload]
Global="*uid://dojk16crca3cx" Global="*uid://dy0hrqie4ritn"
SaveManager="*uid://ul0srjc4gcgg" SaveManager="*uid://ul0srjc4gcgg"
[display] [display]
View File

Some files were not shown because too many files have changed in this diff Show More