Update YukiHookAPI

This commit is contained in:
2022-03-06 01:02:11 +08:00
parent 88db36a848
commit 5b411227d9
3 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# TSBattery # TSBattery
![Eclipse Marketplace](https://img.shields.io/badge/build-passing-brightgreen) ![Eclipse Marketplace](https://img.shields.io/badge/build-pending-dbab09)
![Eclipse Marketplace](https://img.shields.io/badge/license-AGPL3.0-blue) ![Eclipse Marketplace](https://img.shields.io/badge/license-AGPL3.0-blue)
![Eclipse Marketplace](https://img.shields.io/badge/version-v3.2-green) ![Eclipse Marketplace](https://img.shields.io/badge/version-v3.2-green)
<br/><br/> <br/><br/>

View File

@@ -46,8 +46,8 @@ android {
dependencies { dependencies {
compileOnly 'de.robv.android.xposed:api:82' compileOnly 'de.robv.android.xposed:api:82'
implementation 'com.highcapable.yukihookapi:api:1.0.2' implementation 'com.highcapable.yukihookapi:api:1.0.4'
ksp 'com.highcapable.yukihookapi:ksp-xposed:1.0.2' ksp 'com.highcapable.yukihookapi:ksp-xposed:1.0.4'
implementation 'com.geyifeng.immersionbar:immersionbar:3.2.0' implementation 'com.geyifeng.immersionbar:immersionbar:3.2.0'
implementation 'com.geyifeng.immersionbar:immersionbar-ktx:3.2.0' implementation 'com.geyifeng.immersionbar:immersionbar-ktx:3.2.0'
implementation 'androidx.core:core-ktx:1.7.0' implementation 'androidx.core:core-ktx:1.7.0'

View File

@@ -19,6 +19,8 @@
* *
* This file is Created by fankes on 2022/2/15. * This file is Created by fankes on 2022/2/15.
*/ */
@file:Suppress("IMPLICIT_CAST_TO_ANY")
package com.fankes.tsbattery.hook package com.fankes.tsbattery.hook
import android.app.Activity import android.app.Activity