mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2025-09-01 08:45:16 +08:00
Modify replace YukiHookAPI to YukiReflection in demo-app
This commit is contained in:
@@ -68,7 +68,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.highcapable.yukihookapi:api:1.1.6'
|
implementation 'com.highcapable.yukireflection:api:1.0.0'
|
||||||
implementation 'androidx.core:core-ktx:1.10.0'
|
implementation 'androidx.core:core-ktx:1.10.0'
|
||||||
implementation 'androidx.appcompat:appcompat:1.6.1'
|
implementation 'androidx.appcompat:appcompat:1.6.1'
|
||||||
implementation 'com.google.android.material:material:1.8.0'
|
implementation 'com.google.android.material:material:1.8.0'
|
||||||
|
@@ -31,9 +31,9 @@ import androidx.core.view.WindowCompat
|
|||||||
import androidx.viewbinding.ViewBinding
|
import androidx.viewbinding.ViewBinding
|
||||||
import com.fankes.apperrorsdemo.R
|
import com.fankes.apperrorsdemo.R
|
||||||
import com.fankes.apperrorsdemo.utils.factory.isNotSystemInDarkMode
|
import com.fankes.apperrorsdemo.utils.factory.isNotSystemInDarkMode
|
||||||
import com.highcapable.yukihookapi.hook.factory.current
|
import com.highcapable.yukireflection.factory.current
|
||||||
import com.highcapable.yukihookapi.hook.factory.method
|
import com.highcapable.yukireflection.factory.method
|
||||||
import com.highcapable.yukihookapi.hook.type.android.LayoutInflaterClass
|
import com.highcapable.yukireflection.type.android.LayoutInflaterClass
|
||||||
|
|
||||||
abstract class BaseActivity<VB : ViewBinding> : AppCompatActivity() {
|
abstract class BaseActivity<VB : ViewBinding> : AppCompatActivity() {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user