Remove FreeReflection

This commit is contained in:
世界 2024-11-18 11:05:26 +08:00
parent 5ea67840f8
commit 179dd612ce
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
2 changed files with 0 additions and 4 deletions

View file

@ -120,8 +120,6 @@ dependencies {
implementation "com.google.guava:guava:33.0.0-android"
playImplementation "com.google.android.play:app-update-ktx:2.1.0"
playImplementation "com.google.android.gms:play-services-mlkit-barcode-scanning:18.3.1"
implementation "com.github.tiann:FreeReflection:3.1.0"
}
def playCredentialsJSON = rootProject.file("service-account-credentials.json")

View file

@ -16,14 +16,12 @@ import io.nekohasekai.sfa.bg.UpdateProfileWork
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.GlobalScope
import kotlinx.coroutines.launch
import me.weishu.reflection.Reflection
import io.nekohasekai.sfa.Application as BoxApplication
class Application : Application() {
override fun attachBaseContext(base: Context?) {
super.attachBaseContext(base)
Reflection.unseal(base)
application = this
}