We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ebf6a5 commit 1e54617Copy full SHA for 1e54617
app/src/main/kotlin/io/github/pyoncord/xposed/Main.kt
@@ -41,8 +41,8 @@ class Main : IXposedHookLoadPackage {
41
42
fun buildLoaderJsonString(): String {
43
val obj = buildJsonObject {
44
- put("loaderName", "BunnyXposed")
45
- put("loaderVersion", BuildConfig.VERSION_NAME)
+ put("loaderName", "OptiXposed")
+ put("loaderVersion", "2.0.0")
46
47
for (module in pyonModules) {
48
module.buildJson(this)
0 commit comments