Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ android {
}

dependencies {
implementation "com.google.android.material:material:1.12.0"
implementation "com.google.android.material:material:1.14.0"

// Native-grade input injection backends.
implementation "dev.rikka.shizuku:api:13.1.5"
implementation "dev.rikka.shizuku:provider:13.1.5"
implementation "org.lsposed.hiddenapibypass:hiddenapibypass:4.3"
implementation "org.lsposed.hiddenapibypass:hiddenapibypass:6.1"
implementation "com.github.topjohnwu.libsu:core:6.0.0"
implementation "com.github.topjohnwu.libsu:service:6.0.0"

Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
// AGP 8.13 + Kotlin 2.1.x support Gradle 9.x, JDK 17+, and compileSdk 36 (Android 16).
id "com.android.application" version "8.13.0" apply false
id "org.jetbrains.kotlin.android" version "2.1.20" apply false
id "com.android.application" version "9.3.1" apply false
id "org.jetbrains.kotlin.android" version "2.4.10" apply false
}
Binary file modified android/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
distributionSha256Sum=2ab2958f2a1e51120c326cad6f385153bb11ee93b3c216c5fccebfdfbb7ec6cb
distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip
distributionSha256Sum=84fbba45c7f4c64abc77460e1c00f541e9f960e3c7ed2538f1ede19eacd873ae
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
6 changes: 3 additions & 3 deletions android/gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

175 changes: 82 additions & 93 deletions android/gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading