1
mirror of https://github.com/revanced/revanced-patcher synced 2025-09-06 16:38:50 +02:00

Compare commits

..

8 Commits

Author SHA1 Message Date
LisoUseInAIKyrios
8255ca14a0 Revert "build(deps): bump kotlin from 2.0.20 to 2.2.0 (#354)"
This reverts commit f70e85778a.
2025-08-01 10:36:42 -04:00
dependabot[bot]
f70e85778a build(deps): bump kotlin from 2.0.20 to 2.2.0 (#354)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-test
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-01 05:39:12 -04:00
dependabot[bot]
d21d2b10d1 build(deps): bump com.android.tools.smali:smali from 3.0.8 to 3.0.9 (#353)
---
updated-dependencies:
- dependency-name: com.android.tools.smali:smali
  dependency-version: 3.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-01 05:38:44 -04:00
dependabot[bot]
dd95d8cfea build(deps): bump burrunan/gradle-cache-action from 1 to 3 (#352)
Bumps [burrunan/gradle-cache-action](https://github.com/burrunan/gradle-cache-action) from 1 to 3.
- [Release notes](https://github.com/burrunan/gradle-cache-action/releases)
- [Changelog](https://github.com/burrunan/gradle-cache-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/burrunan/gradle-cache-action/compare/v1...v3)

---
updated-dependencies:
- dependency-name: burrunan/gradle-cache-action
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-01 05:36:33 -04:00
dependabot[bot]
e8358aba3d build(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.8.1 to 1.10.2 (#351)
build(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-core

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-01 05:34:55 -04:00
dependabot[bot]
42c5a75ef3 build(deps-dev): bump semantic-release from 24.1.2 to 24.2.7 (#364) 2025-08-01 05:32:09 -04:00
dependabot[bot]
81e6aed44a build(deps): bump io.mockk:mockk from 1.13.10 to 1.14.5 (#363) 2025-08-01 05:31:40 -04:00
dependabot[bot]
b0d34719b1 build(deps): bump org.jetbrains.kotlinx.binary-compatibility-validator from 0.15.1 to 0.18.1 (#362) 2025-08-01 05:30:53 -04:00
5 changed files with 770 additions and 601 deletions

View File

@@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
- name: Cache Gradle
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v3
- name: Build
env:

View File

@@ -24,7 +24,7 @@ jobs:
fetch-depth: 0
- name: Cache Gradle
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v3
- name: Build
env:

View File

@@ -1,14 +1,14 @@
[versions]
android = "4.1.1.4"
apktool-lib = "2.10.1.1"
binary-compatibility-validator = "0.15.1"
binary-compatibility-validator = "0.18.1"
kotlin = "2.0.20"
kotlinx-coroutines-core = "1.8.1"
mockk = "1.13.10"
kotlinx-coroutines-core = "1.10.2"
mockk = "1.14.5"
multidexlib2 = "3.0.3.r3"
# Tracking https://github.com/google/smali/issues/64.
#noinspection GradleDependency
smali = "3.0.8"
smali = "3.0.9"
xpp3 = "1.1.4c"
[libraries]

1357
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.1.2"
"semantic-release": "^24.2.7"
}
}