chore(deps): update all non-major dependencies
This commit is contained in:
2
.github/workflows/pr_ci.yml
vendored
2
.github/workflows/pr_ci.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
|||||||
ccache -o compiler_check='%compiler% -dumpmachine; %compiler% -dumpversion'
|
ccache -o compiler_check='%compiler% -dumpmachine; %compiler% -dumpversion'
|
||||||
ccache -zp
|
ccache -zp
|
||||||
- name: Cache Native Build
|
- name: Cache Native Build
|
||||||
uses: actions/cache@v4.0.1
|
uses: actions/cache@v4.0.2
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cache/ccache
|
~/.cache/ccache
|
||||||
|
|||||||
4
.github/workflows/push_ci.yml
vendored
4
.github/workflows/push_ci.yml
vendored
@@ -50,7 +50,7 @@ jobs:
|
|||||||
ccache -o compiler_check='%compiler% -dumpmachine; %compiler% -dumpversion'
|
ccache -o compiler_check='%compiler% -dumpmachine; %compiler% -dumpversion'
|
||||||
ccache -zp
|
ccache -zp
|
||||||
- name: Cache Native Build
|
- name: Cache Native Build
|
||||||
uses: actions/cache@v4.0.1
|
uses: actions/cache@v4.0.2
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cache/ccache
|
~/.cache/ccache
|
||||||
@@ -198,7 +198,7 @@ jobs:
|
|||||||
git status telegram-bot-api >> telegram-bot-api-status
|
git status telegram-bot-api >> telegram-bot-api-status
|
||||||
- name: Cache Bot API Binary
|
- name: Cache Bot API Binary
|
||||||
id: cache-bot-api
|
id: cache-bot-api
|
||||||
uses: actions/cache@v4.0.1
|
uses: actions/cache@v4.0.2
|
||||||
with:
|
with:
|
||||||
path: telegram-bot-api-binary
|
path: telegram-bot-api-binary
|
||||||
key: CI-telegram-bot-api-${{ hashFiles('telegram-bot-api-status') }}
|
key: CI-telegram-bot-api-${{ hashFiles('telegram-bot-api-status') }}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[versions]
|
[versions]
|
||||||
agp = "8.3.0"
|
agp = "8.3.1"
|
||||||
appCenter = "5.0.4"
|
appCenter = "5.0.4"
|
||||||
kotlin = "1.9.23"
|
kotlin = "1.9.23"
|
||||||
ksp = "1.9.23-1.0.19"
|
ksp = "1.9.23-1.0.19"
|
||||||
@@ -39,7 +39,7 @@ weatherView = { module = "com.github.MatteoBattilana:WeatherView", version = "3.
|
|||||||
sealedEnum-runtime = { module = "com.github.livefront.sealed-enum:runtime", version.ref = "sealedEnum" }
|
sealedEnum-runtime = { module = "com.github.livefront.sealed-enum:runtime", version.ref = "sealedEnum" }
|
||||||
sealedEnum-ksp = { module = "com.github.livefront.sealed-enum:ksp", 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" }
|
glide = { module = "com.github.bumptech.glide:glide", version = "4.16.0" }
|
||||||
byte-buddy = { module = "net.bytebuddy:byte-buddy", version = "1.14.12" }
|
byte-buddy = { module = "net.bytebuddy:byte-buddy", version = "1.14.13" }
|
||||||
dalvik-dx = { module = "com.jakewharton.android.repackaged:dalvik-dx", version = "14.0.0_r21" }
|
dalvik-dx = { module = "com.jakewharton.android.repackaged:dalvik-dx", version = "14.0.0_r21" }
|
||||||
flatbuffers-java = { module = "com.google.flatbuffers:flatbuffers-java", version = "23.5.26" }
|
flatbuffers-java = { module = "com.google.flatbuffers:flatbuffers-java", version = "23.5.26" }
|
||||||
davemorrissey-subsampling-scale-image-view = { module = "com.davemorrissey.labs:subsampling-scale-image-view-androidx", version = "3.10.0" }
|
davemorrissey-subsampling-scale-image-view = { module = "com.davemorrissey.labs:subsampling-scale-image-view-androidx", version = "3.10.0" }
|
||||||
@@ -49,4 +49,4 @@ changelog = { id = "org.jetbrains.changelog", version = "2.2.0" }
|
|||||||
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
||||||
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
||||||
serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
||||||
aboutlibraries = { id = "com.mikepenz.aboutlibraries.plugin", version = "11.1.0" }
|
aboutlibraries = { id = "com.mikepenz.aboutlibraries.plugin", version = "11.1.1" }
|
||||||
|
|||||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,6 +1,6 @@
|
|||||||
#Fri Dec 02 09:11:05 CST 2022
|
#Fri Dec 02 09:11:05 CST 2022
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|||||||
Reference in New Issue
Block a user