Skip to content

Commit 8f9488b

Browse files
authored
Merge pull request #198 from devloglogan/4.3-update
Update to Godot 4.3-stable
2 parents aa8792d + f2bcbe2 commit 8f9488b

File tree

5 files changed

+331
-22
lines changed

5 files changed

+331
-22
lines changed

Diff for: .github/workflows/build-addon-on-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
needs: build
200200

201201
env:
202-
GODOT_VERSION: "4.3-beta2"
202+
GODOT_VERSION: "4.3-stable"
203203
XRSIM_VERSION: "65.0.0"
204204

205205
steps:

Diff for: config.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ ext {
1313
]
1414

1515
libraries = [
16-
// TODO: Update to the 4.3 stable version when it's out.
17-
godotAndroidLib: "org.godotengine:godot:4.3.0.beta-SNAPSHOT",
16+
godotAndroidLib: "org.godotengine:godot:4.3.0.stable",
1817
]
1918
}
2019

Diff for: thirdparty/godot-cpp

Submodule godot-cpp updated 63 files

Diff for: thirdparty/godot_cpp_gdextension_api/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This directory contains the API JSON for
44
[**Godot Engine**](https://github.com/godotengine/godot)'s *GDExtensions* API.
55

66
## Current API version
7-
- [commit c414c2b37d0563456a2fe194b16f8c4aa442e865](https://github.com/godotengine/godot/commit/c414c2b37d0563456a2fe194b16f8c4aa442e865)
7+
- [commit fbbf9ec4efd8f1055d00edb8d926eef8ba4c2cce](https://github.com/godotengine/godot/commit/fbbf9ec4efd8f1055d00edb8d926eef8ba4c2cce)
88

99
## Updating API
1010

0 commit comments

Comments
 (0)