Skip to content

Commit

Permalink
Revert "Merge remote-tracking branch 'origin/main' into revert"
Browse files Browse the repository at this point in the history
This reverts commit da09524, reversing
changes made to 2e851a7.
  • Loading branch information
fire committed Dec 5, 2024
1 parent da09524 commit 64b63e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion godot/platform/android/java/editor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ android {
buildToolsVersion versions.buildTools
ndkVersion versions.ndkVersion

namespace = "org.v_sekai.editor"
namespace = "org.godotengine.editor"

defaultConfig {
// The 'applicationId' suffix allows to install Godot 3.x(v3) and 4.x(v4) on the same device
Expand Down
2 changes: 1 addition & 1 deletion godot/platform/android/java/lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {
manifestPlaceholders = [godotLibraryVersion: getGodotLibraryVersionName()]
}

namespace = "org.v_sekai.godot"
namespace = "org.godotengine.godot"

compileOptions {
sourceCompatibility versions.javaVersion
Expand Down
2 changes: 1 addition & 1 deletion godot/platform/android/java/nativeSrcsConfigs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
buildToolsVersion versions.buildTools
ndkVersion versions.ndkVersion

namespace = "org.v_sekai.godot"
namespace = "org.godotengine.godot"

defaultConfig {
minSdkVersion versions.minSdk
Expand Down

0 comments on commit 64b63e8

Please sign in to comment.