Commit bc11406c by zhangchengbo

fix:去除freeReflection依赖库

parent 780de20d
......@@ -105,7 +105,7 @@ dependencies {
api(libs.bundles.room)
ksp(libs.androidx.room.compiler)
implementation(libs.freeReflection)
// implementation(libs.freeReflection)
implementation(libs.logCat)
......
......@@ -48,7 +48,6 @@ import com.simplemobiletools.commons.helpers.*
import com.simplemobiletools.commons.interfaces.CopyMoveListener
import com.simplemobiletools.commons.models.FAQItem
import com.simplemobiletools.commons.models.FileDirItem
import me.weishu.reflection.Reflection
import java.io.File
import java.io.OutputStream
import java.util.regex.Pattern
......@@ -164,7 +163,7 @@ abstract class BaseSimpleActivity : AppCompatActivity() {
} else {
super.attachBaseContext(newBase)
}
Reflection.unseal(this)
// Reflection.unseal(this)
}
fun updateBackgroundColor(color: Int = baseConfig.backgroundColor) {
......
......@@ -40,7 +40,7 @@ material = "1.10.0"
#gson
gson = "2.10.1"
freeReflectionVersion = "3.2.0"
#freeReflectionVersion = "3.2.0"
#Glide
glide = "4.16.0"
......@@ -98,7 +98,7 @@ glide = { module = "com.github.bumptech.glide:glide", version.ref = "glide" }
glide-compose = { module = "com.github.bumptech.glide:compose", version.ref = "glideCompose" }
glide-compiler = { module = "com.github.bumptech.glide:compiler", version.ref = "glide" }
freeReflection = { module = "com.github.tiann:FreeReflection", version.ref = "freeReflectionVersion" }
#freeReflection = { module = "com.github.tiann:FreeReflection", version.ref = "freeReflectionVersion" }
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
#Material
material = { module = "com.google.android.material:material", version.ref = "material" }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment