From b809dbfd66865a0889cd2c87136027c02f6f1491 Mon Sep 17 00:00:00 2001 From: ACh Sulfate Date: Fri, 1 Sep 2023 22:18:54 +0800 Subject: [PATCH] chore: update dependencies --- .github/workflows/pr_ci.yml | 4 ++-- .github/workflows/push_ci.yml | 6 +++--- gradle/libs.versions.toml | 12 ++++++------ 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/pr_ci.yml b/.github/workflows/pr_ci.yml index 341b2b34f4..166c0ab6ab 100644 --- a/.github/workflows/pr_ci.yml +++ b/.github/workflows/pr_ci.yml @@ -20,7 +20,7 @@ jobs: CCACHE_BASEDIR: "${{ github.workspace }}" steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 with: submodules: 'recursive' fetch-depth: 0 @@ -55,7 +55,7 @@ jobs: echo "sdk.dir=${ANDROID_HOME}" > local.properties - name: Setup Gradle - uses: gradle/gradle-build-action@v2.7.1 + uses: gradle/gradle-build-action@v2.8.0 - name: Build with Gradle run: | diff --git a/.github/workflows/push_ci.yml b/.github/workflows/push_ci.yml index f720259770..5c8de0a2c0 100644 --- a/.github/workflows/push_ci.yml +++ b/.github/workflows/push_ci.yml @@ -23,7 +23,7 @@ jobs: if: ${{ !startsWith(github.event.head_commit.message, '[skip ci]') }} && success() && github.ref == 'refs/heads/main' }} steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 with: submodules: 'recursive' fetch-depth: 0 @@ -55,7 +55,7 @@ jobs: restore-keys: native-cache- - name: Setup Gradle - uses: gradle/gradle-build-action@v2.7.1 + uses: gradle/gradle-build-action@v2.8.0 - name: Build with Gradle run: | @@ -177,7 +177,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 - name: Clone Telegram Bot API run: | git clone --recursive https://github.com/tdlib/telegram-bot-api.git diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2407d22cc2..1b35915584 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,8 +1,8 @@ [versions] -agp = "8.1.0" +agp = "8.1.1" appCenter = "5.0.2" -kotlin = "1.9.0" -ksp = "1.9.0-1.0.13" +kotlin = "1.9.10" +ksp = "1.9.10-1.0.13" lifecycle = "2.6.1" materialDialog = "3.3.0" sealedEnum = "0.7.0" @@ -20,7 +20,7 @@ hiddenapibypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", vers kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version = "1.14.2"} kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.7.3"} -kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.5.1"} +kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.6.0"} ksp = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp"} lifecycle-livedata = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle"} lifecycle-common = { module = "androidx.lifecycle:lifecycle-common-java8", version.ref = "lifecycle"} @@ -37,11 +37,11 @@ weatherView = { module = "com.github.MatteoBattilana:WeatherView", version = "3. sealedEnum-runtime = { module = "com.github.livefront.sealed-enum:runtime", version.ref = "sealedEnum" } sealedEnum-ksp = { module = "com.github.livefront.sealed-enum:ksp", version.ref = "sealedEnum" } glide = { module = "com.github.bumptech.glide:glide", version = "4.16.0" } -byte-buddy = { module = "net.bytebuddy:byte-buddy", version = "1.14.6" } +byte-buddy = { module = "net.bytebuddy:byte-buddy", version = "1.14.7" } dalvik-dx = { module = "com.jakewharton.android.repackaged:dalvik-dx", version = "11.0.0_r3" } [plugins] -changelog = { id = "org.jetbrains.changelog", version = "2.1.2" } +changelog = { id = "org.jetbrains.changelog", version = "2.2.0" } ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" } kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }