diff --git a/.github/workflows/pr_ci.yml b/.github/workflows/pr_ci.yml index 577f4746..1e5df9f7 100644 --- a/.github/workflows/pr_ci.yml +++ b/.github/workflows/pr_ci.yml @@ -60,7 +60,7 @@ jobs: echo "sdk.dir=${ANDROID_HOME}" > local.properties - name: Setup Gradle - uses: gradle/gradle-build-action@v3.4.2 + uses: gradle/gradle-build-action@v3.5.0 - name: Build with Gradle run: | diff --git a/.github/workflows/push_ci.yml b/.github/workflows/push_ci.yml index f10fe69e..0a6e0443 100644 --- a/.github/workflows/push_ci.yml +++ b/.github/workflows/push_ci.yml @@ -60,7 +60,7 @@ jobs: restore-keys: native-cache- - name: Setup Gradle - uses: gradle/gradle-build-action@v3.4.2 + uses: gradle/gradle-build-action@v3.5.0 - name: Build with Gradle run: | diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index baae8485..fe12dd69 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -21,7 +21,7 @@ androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0 eclipse-jgit = { module = "org.eclipse.jgit:org.eclipse.jgit", version = "6.10.0.202406032230-r" } hiddenapibypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", version = "4.3" } kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } -kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version = "1.18.0" } +kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version = "1.18.1" } kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.8.1" } kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.7.1" } ksp = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" }