Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
Simple-Sms
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhangchengbo
Simple-Sms
Commits
bc11406c
Commit
bc11406c
authored
Dec 03, 2025
by
zhangchengbo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:去除freeReflection依赖库
parent
780de20d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
build.gradle.kts
commons/build.gradle.kts
+1
-1
BaseSimpleActivity.kt
...implemobiletools/commons/activities/BaseSimpleActivity.kt
+1
-2
libs.versions.toml
gradle/libs.versions.toml
+2
-2
No files found.
commons/build.gradle.kts
View file @
bc11406c
...
@@ -105,7 +105,7 @@ dependencies {
...
@@ -105,7 +105,7 @@ dependencies {
api(libs.bundles.room)
api(libs.bundles.room)
ksp(libs.androidx.room.compiler)
ksp(libs.androidx.room.compiler)
implementation(libs.freeReflection)
//
implementation(libs.freeReflection)
implementation(libs.logCat)
implementation(libs.logCat)
...
...
commons/src/main/kotlin/com/simplemobiletools/commons/activities/BaseSimpleActivity.kt
View file @
bc11406c
...
@@ -48,7 +48,6 @@ import com.simplemobiletools.commons.helpers.*
...
@@ -48,7 +48,6 @@ import com.simplemobiletools.commons.helpers.*
import
com.simplemobiletools.commons.interfaces.CopyMoveListener
import
com.simplemobiletools.commons.interfaces.CopyMoveListener
import
com.simplemobiletools.commons.models.FAQItem
import
com.simplemobiletools.commons.models.FAQItem
import
com.simplemobiletools.commons.models.FileDirItem
import
com.simplemobiletools.commons.models.FileDirItem
import
me.weishu.reflection.Reflection
import
java.io.File
import
java.io.File
import
java.io.OutputStream
import
java.io.OutputStream
import
java.util.regex.Pattern
import
java.util.regex.Pattern
...
@@ -164,7 +163,7 @@ abstract class BaseSimpleActivity : AppCompatActivity() {
...
@@ -164,7 +163,7 @@ abstract class BaseSimpleActivity : AppCompatActivity() {
}
else
{
}
else
{
super
.
attachBaseContext
(
newBase
)
super
.
attachBaseContext
(
newBase
)
}
}
Reflection
.
unseal
(
this
)
//
Reflection.unseal(this)
}
}
fun
updateBackgroundColor
(
color
:
Int
=
baseConfig
.
backgroundColor
)
{
fun
updateBackgroundColor
(
color
:
Int
=
baseConfig
.
backgroundColor
)
{
...
...
gradle/libs.versions.toml
View file @
bc11406c
...
@@ -40,7 +40,7 @@ material = "1.10.0"
...
@@ -40,7 +40,7 @@ material = "1.10.0"
#gson
#gson
gson
=
"2.10.1"
gson
=
"2.10.1"
freeReflectionVersion
=
"3.2.0"
#
freeReflectionVersion = "3.2.0"
#Glide
#Glide
glide
=
"4.16.0"
glide
=
"4.16.0"
...
@@ -98,7 +98,7 @@ glide = { module = "com.github.bumptech.glide:glide", version.ref = "glide" }
...
@@ -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-compose
=
{
module
=
"com.github.bumptech.glide:compose"
,
version.ref
=
"glideCompose"
}
glide-compiler
=
{
module
=
"com.github.bumptech.glide:compiler"
,
version.ref
=
"glide"
}
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"
}
gson
=
{
module
=
"com.google.code.gson:gson"
,
version.ref
=
"gson"
}
#Material
#Material
material
=
{
module
=
"com.google.android.material:material"
,
version.ref
=
"material"
}
material
=
{
module
=
"com.google.android.material:material"
,
version.ref
=
"material"
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment