Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:tools="http://schemas.android.com/tools">

<queries>
<package android:name="com.robtopx.geometryjump" />
<package android:name="com.vicdash78.wgdpsv2208" />
</queries>

<uses-permission android:name="android.permission.INTERNET" />
Expand Down Expand Up @@ -261,4 +261,4 @@
android:resource="@xml/game_mode_config" />
</application>

</manifest>
</manifest>
2 changes: 1 addition & 1 deletion app/src/main/java/com/geode/launcher/utils/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package com.geode.launcher.utils
import android.annotation.SuppressLint

object Constants {
const val PACKAGE_NAME = "com.robtopx.geometryjump"
const val PACKAGE_NAME = "com.vicdash78.wgdpsv2208"

const val COCOS_LIB_NAME = "cocos2dcpp"
const val FMOD_LIB_NAME = "fmod"
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<resources>
<string name="app_name" translatable="false">Geode</string>
<string name="app_name" translatable="false">Worst GDPS Geode</string>
<string name="no_activity_found">No activity found for this action.</string>

<!-- MainActivity strings -->
<string name="game_not_found">Geometry Dash was not found.\nThe full version of the game is required.</string>
<string name="game_not_found">Worst GDPS was not found.</string>
<string name="launcher_launch">Launch</string>
<string name="launcher_settings">Settings</string>
<string name="launcher_download">Download</string>
Expand Down Expand Up @@ -344,4 +344,4 @@
<string name="title_activity_geode_logs">Geode logs</string>
<string name="application_geode_logs_no_logs">No logs available.</string>
<string name="application_geode_logs_empty">File was empty.</string>
</resources>
</resources>
Loading