build: Bump dependencies

This commit is contained in:
oSumAtrIX 2024-07-20 06:14:19 +02:00
parent d1dbd2ccff
commit 371c52e277
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4
6 changed files with 787 additions and 1383 deletions

View file

@ -17,7 +17,7 @@ jobs:
ref: dev ref: dev
- name: Pull strings - name: Pull strings
uses: crowdin/github-action@v1 uses: crowdin/github-action@v2
with: with:
config: crowdin.yml config: crowdin.yml
download_translations: true download_translations: true

View file

@ -19,7 +19,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Push strings - name: Push strings
uses: crowdin/github-action@v1 uses: crowdin/github-action@v2
with: with:
config: crowdin.yml config: crowdin.yml
upload_sources: true upload_sources: true

View file

@ -2,9 +2,9 @@
revanced-patcher = "19.3.1" revanced-patcher = "19.3.1"
#noinspection GradleDependency #noinspection GradleDependency
smali = "3.0.5" # 3.0.7 breaks binary compatibility. Tracking https://github.com/google/smali/issues/58. smali = "3.0.5" # 3.0.7 breaks binary compatibility. Tracking https://github.com/google/smali/issues/58.
guava = "33.1.0-jre" guava = "33.2.1-jre"
gson = "2.10.1" gson = "2.11.0"
binary-compatibility-validator = "0.14.0" binary-compatibility-validator = "0.15.1"
kotlin = "2.0.0" kotlin = "2.0.0"
[libraries] [libraries]

View file

@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionSha256Sum=544c35d6bd849ae8a5ed0bcea39ba677dc40f49df7d1835561582da2009b961d distributionSha256Sum=d725d707bfabd4dfdc958c624003b3c80accc03f7037b5122c4b1d0ef15cecab
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME

2152
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -3,7 +3,7 @@
"@saithodev/semantic-release-backmerge": "^4.0.1", "@saithodev/semantic-release-backmerge": "^4.0.1",
"@semantic-release/changelog": "^6.0.3", "@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1", "@semantic-release/git": "^10.0.1",
"gradle-semantic-release-plugin": "^1.9.1", "gradle-semantic-release-plugin": "^1.9.2",
"semantic-release": "^23.0.8" "semantic-release": "^24.0.0"
} }
} }