Skip to content

Commit

Permalink
更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
hosizoraru committed Feb 27, 2024
1 parent 08bc3d7 commit e95cbc6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 38 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ val apkId = "StarVoyager"
android {
namespace = "star.sky.voyager"
compileSdk = 34
buildToolsVersion = "34.0.0"
ndkVersion = "26.1.10909125"
buildToolsVersion = "35.0.0-rc1"
ndkVersion = "26.2.11394342"

flexiLocale {
isEnable = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,6 @@ class AppManagerPage : BasePage() {
textId = R.string.more_card,
), SwitchV("more_card")
)
TextSummaryWithSwitch(
TextSummaryV(
textId = R.string.global_weather_flag,
), SwitchV("global_weather_flag")
)
Line()
TitleText(textId = R.string.scope_external_storage)
TextSummaryWithSwitch(
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/kotlin/star/sky/voyager/hook/apps/Weather.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package star.sky.voyager.hook.apps

import de.robv.android.xposed.callbacks.XC_LoadPackage
import star.sky.voyager.hook.hooks.weather.GlobalWeather
import star.sky.voyager.hook.hooks.weather.HighAnimation
import star.sky.voyager.hook.hooks.weather.MoreCard
import star.sky.voyager.utils.init.AppRegister
Expand All @@ -12,7 +11,6 @@ object Weather : AppRegister() {
override fun handleLoadPackage(lpparam: XC_LoadPackage.LoadPackageParam) {
autoInitHooks(
lpparam,
GlobalWeather,
HighAnimation, // 动画等级为高
MoreCard,
)
Expand Down

This file was deleted.

0 comments on commit e95cbc6

Please sign in to comment.