Skip to content

Commit

Permalink
更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
hosizoraru committed Dec 15, 2023
1 parent 56d7760 commit ad03847
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ object HideNavBar : HookRegister() {
) as Boolean
} catch (throwable: Throwable) {
hasSIsNeedInjectMotionEvent = false
// val packageInfo = context.packageManager.getPackageInfo(
// context.packageName, 0
// )
// val packageInfo = context.packageManager.getPackageInfo(
// context.packageName, 0
// )
}

//新版系统桌面用mHideGestureLine判断是否点击
Expand Down
6 changes: 3 additions & 3 deletions 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.1.4
version: 8.2.0
auto-update: true
org.jetbrains.kotlin.android:
alias: kotlin-android
Expand All @@ -39,11 +39,11 @@ libraries:
auto-update: true
org.luckypray:
dexkit:
version: 2.0.0-rc7
version: 2.0.0
auto-update: true
com.github.kyuubiran:
EzXHelper:
version: 2.0.7
version: 2.0.8
auto-update: true
io.github.ranlee1:
jpinyin:
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Nov 18 07:12:40 CST 2023
#Sat Dec 16 02:53:29 CST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-rc-3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-milestone-1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit ad03847

Please sign in to comment.