refactor :

1. delete useless functions
2' init for adjust sdk
This commit is contained in:
Kirito
2026-01-13 16:23:07 +08:00
parent 03b2ac79cf
commit 79b827d17c
23 changed files with 258 additions and 264 deletions

View File

@@ -5,9 +5,6 @@ junitVersion = "1.1.5"
espressoCore = "3.5.1"
appcompat = "1.6.1"
material = "1.10.0"
activity = "1.8.0"
constraintlayout = "2.1.4"
solarEngineCore = "1.2.7.4"
[libraries]
junit = { group = "junit", name = "junit", version.ref = "junit" }
@@ -15,9 +12,6 @@ ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitV
espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
solar-engine-core = { module = "com.reyun.solar.engine.oversea:solar-engine-core", version.ref = "solarEngineCore" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }