chore: deps: update dependencies
This commit is contained in:
2
.github/workflows/pr_ci.yml
vendored
2
.github/workflows/pr_ci.yml
vendored
@@ -55,7 +55,7 @@ jobs:
|
||||
echo "sdk.dir=${ANDROID_HOME}" > local.properties
|
||||
|
||||
- name: Setup Gradle
|
||||
uses: gradle/gradle-build-action@v2.7.0
|
||||
uses: gradle/gradle-build-action@v2.7.1
|
||||
|
||||
- name: Build with Gradle
|
||||
run: |
|
||||
|
||||
2
.github/workflows/push_ci.yml
vendored
2
.github/workflows/push_ci.yml
vendored
@@ -55,7 +55,7 @@ jobs:
|
||||
restore-keys: native-cache-
|
||||
|
||||
- name: Setup Gradle
|
||||
uses: gradle/gradle-build-action@v2.7.0
|
||||
uses: gradle/gradle-build-action@v2.7.1
|
||||
|
||||
- name: Build with Gradle
|
||||
run: |
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
@@ -37,7 +37,7 @@ 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.15.1" }
|
||||
byte-buddy = { module = "net.bytebuddy:byte-buddy", version = "1.14.5" }
|
||||
byte-buddy = { module = "net.bytebuddy:byte-buddy", version = "1.14.6" }
|
||||
dalvik-dx = { module = "com.jakewharton.android.repackaged:dalvik-dx", version = "11.0.0_r3" }
|
||||
|
||||
[plugins]
|
||||
|
||||
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
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
@@ -41,7 +41,7 @@ includeBuild("build-logic")
|
||||
|
||||
plugins {
|
||||
`gradle-enterprise`
|
||||
id("org.gradle.toolchains.foojay-resolver-convention") version("0.6.0")
|
||||
id("org.gradle.toolchains.foojay-resolver-convention") version("0.7.0")
|
||||
}
|
||||
|
||||
gradleEnterprise {
|
||||
|
||||
Reference in New Issue
Block a user