diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index d3b6ac7953e..eff5fc5ce0e 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -62,9 +62,6 @@ jobs: - name: Setup Gradle uses: gradle/actions/setup-gradle@v4 - - name: Grant Execute Permission for gradlew - run: chmod +x gradlew - - name: Setup ninja uses: seanmiddleditch/gha-setup-ninja@v5 with: diff --git a/external/lsplant b/external/lsplant index d73aa7f9742..acdd096d3ef 160000 --- a/external/lsplant +++ b/external/lsplant @@ -1 +1 @@ -Subproject commit d73aa7f9742b3c13084bb719962cfcd9358dd0f3 +Subproject commit acdd096d3ef4220d6cf27b71308606eaa8741aac diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 71e8457a819..73fe5f49dbc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] -agp = "8.6.0" +agp = "8.6.1" kotlin = "2.0.20" -nav = "2.7.7" +nav = "2.8.0" appcenter = "5.0.4" libxposed = "100" glide = "4.16.0" @@ -35,12 +35,12 @@ rikkax-recyclerview = { module = "dev.rikka.rikkax.recyclerview:recyclerview-ktx rikkax-widget-borderview = { module = "dev.rikka.rikkax.widget:borderview", version = "1.1.0" } rikkax-widget-mainswitchbar = { module = "dev.rikka.rikkax.widget:mainswitchbar", version = "1.0.2" } -androidx-activity = { module = "androidx.activity:activity", version = "1.9.1" } +androidx-activity = { module = "androidx.activity:activity", version = "1.9.2" } androidx-annotation = { module = "androidx.annotation:annotation", version = "1.8.2" } androidx-browser = { module = "androidx.browser:browser", version = "1.8.0" } androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.4" } androidx-core = { module = "androidx.core:core", version = "1.13.1" } -androidx-fragment = { module = "androidx.fragment:fragment", version = "1.8.2" } +androidx-fragment = { module = "androidx.fragment:fragment", version = "1.8.3" } androidx-navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment", version.ref = "nav" } androidx-navigation-ui = { group = "androidx.navigation", name = "navigation-ui", version.ref = "nav" } androidx-preference = { module = "androidx.preference:preference", version = "1.2.1" } @@ -60,7 +60,7 @@ material = { module = "com.google.android.material:material", version = "1.12.0" gson = { module = "com.google.code.gson:gson", version = "2.11.0" } hiddenapibypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", version = "4.3" } kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" } -kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.8.1" } +kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.9.0" } libxposed-api = { group = "io.github.libxposed", name = "api", version.ref = "libxposed" } libxposed-interface = { group = "io.github.libxposed", name = "interface", version.ref = "libxposed" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 9355b415575..0aaefbcaf0f 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME