Skip to content

Commit

Permalink
3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hosizoraru committed Oct 26, 2023
1 parent 6289d1c commit 3441827
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ android {
applicationId = "star.sky.voyager"
minSdk = 33
targetSdk = 34
versionCode = 31
versionName = "3.64"
versionCode = 32
versionName = "3.7"
buildConfigField("String", "BUILD_TIME", "\"${System.currentTimeMillis()}\"")
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package star.sky.voyager.hook.hooks.securitycenter

import android.annotation.SuppressLint
import android.app.AndroidAppHelper
import android.content.BroadcastReceiver
import android.content.Context
Expand All @@ -25,6 +26,7 @@ import star.sky.voyager.utils.init.HookRegister
import star.sky.voyager.utils.key.hasEnable

object BatteryTemperature : HookRegister() {
@SuppressLint("DiscouragedApi")
override fun init() = hasEnable("battery_life_function") {
val batteryFragmentClass =
loadClassOrNull("com.miui.powercenter.BatteryFragment")
Expand Down
2 changes: 1 addition & 1 deletion gradle/sweet-dependency/sweet-dependency-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories:
plugins:
com.android.application:
alias: android-application
version: 8.3.0-alpha07
version: 8.1.2
auto-update: true
org.jetbrains.kotlin.android:
alias: kotlin-android
Expand Down

0 comments on commit 3441827

Please sign in to comment.