Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cinit committed Sep 1, 2023
1 parent 0568a89 commit b809dbf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/push_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"}
Expand All @@ -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" }
Expand Down

0 comments on commit b809dbf

Please sign in to comment.