1
mirror of https://github.com/revanced/revanced-patcher synced 2025-11-02 07:30:52 +01:00

Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
29af0c9981 build(deps-dev): Bump semantic-release from 24.2.9 to 25.0.1
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 24.2.9 to 25.0.1.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v24.2.9...v25.0.1)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-version: 25.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-01 06:04:11 +00:00
3 changed files with 3184 additions and 128 deletions

View File

@@ -4,7 +4,7 @@ apktool-lib = "2.10.1.1"
binary-compatibility-validator = "0.18.1"
kotlin = "2.0.20"
kotlinx-coroutines-core = "1.10.2"
mockk = "1.14.6"
mockk = "1.14.5"
multidexlib2 = "3.0.3.r3"
# Tracking https://github.com/google/smali/issues/64.
#noinspection GradleDependency

3308
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.10.1",
"semantic-release": "^24.2.9"
"semantic-release": "^25.0.1"
}
}