chore(deps): update all non-major dependencies (#1080)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/pr_ci.yml
vendored
2
.github/workflows/pr_ci.yml
vendored
@@ -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: |
|
||||
|
||||
2
.github/workflows/push_ci.yml
vendored
2
.github/workflows/push_ci.yml
vendored
@@ -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: |
|
||||
|
||||
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user