chore: Bump dependencies

This commit is contained in:
oSumAtrIX 2024-04-23 18:47:12 +02:00
parent 89c534e95d
commit e86d73c8af
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
3 changed files with 2043 additions and 414 deletions

View File

@ -1,10 +1,11 @@
[versions]
#noinspection GradleDependency
agp = "8.2.2" # 8.3.0 causes java verifier error: https://github.com/ReVanced/revanced-patches/issues/2818
annotation = "1.7.1"
kotlin = "1.9.22"
kotlin = "1.9.23"
appcompat = "1.7.0-alpha03"
okhttp = "5.0.0-alpha.12"
retrofit = "2.9.0"
retrofit = "2.11.0"
[libraries]
annotation = { module = "androidx.annotation:annotation", version.ref = "annotation" }

2450
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -4,6 +4,6 @@
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"gradle-semantic-release-plugin": "^1.9.1",
"semantic-release": "^23.0.0"
"semantic-release": "^23.0.6"
}
}