Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmDevs authored Oct 10, 2024
1 parent 6bab1f2 commit 7431c60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/kotlin/io/github/pyoncord/xposed/Main.kt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.github.pyoncord.xposed
package io.github.revenge.xposed

import android.app.Activity
import android.app.AndroidAppHelper
Expand All @@ -12,7 +12,7 @@ import de.robv.android.xposed.IXposedHookLoadPackage
import de.robv.android.xposed.XC_MethodHook
import de.robv.android.xposed.XposedBridge
import de.robv.android.xposed.callbacks.XC_LoadPackage
import io.github.pyoncord.xposed.BuildConfig
import io.github.revenge.xposed.BuildConfig
import io.ktor.client.*
import io.ktor.client.call.*
import io.ktor.client.request.*
Expand Down Expand Up @@ -212,4 +212,4 @@ class Main : IXposedHookLoadPackage {
})
}
}
}
}

0 comments on commit 7431c60

Please sign in to comment.