From dd7dd383577dcfc95e97f77b446a89b41b589dc0 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Fri, 13 Jan 2023 14:42:26 +0100 Subject: [PATCH 1/6] fix: update dependency `app.revanced:multidexlib2` (#150) This commit addresses https://github.com/revanced/multidexlib2/issues/2. --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 792b28d..046c6fd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -23,7 +23,7 @@ repositories { dependencies { implementation("xpp3:xpp3:1.1.4c") implementation("org.smali:smali:2.5.2") - implementation("app.revanced:multidexlib2:2.5.2.r2") + implementation("app.revanced:multidexlib2:2.5.3-8649b642") implementation("org.apktool:apktool-lib:2.9.0-SNAPSHOT") implementation(kotlin("reflect")) From fa015a424d5bb0c2121ad08c7e3f4706731bda14 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Fri, 13 Jan 2023 14:42:47 +0100 Subject: [PATCH 2/6] refactor: fix formatting --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d7b2afd..98d37eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,5 @@ name: Release + on: workflow_dispatch: push: @@ -9,6 +10,7 @@ on: branches: - main - dev + jobs: release: name: Release From 7d5ecf095cfeac77dd821cb764aa65952722a5a9 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Fri, 13 Jan 2023 14:42:53 +0100 Subject: [PATCH 3/6] ci: give jobs names --- .github/workflows/pull_request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index c1fcea7..605e7a7 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -11,6 +11,7 @@ env: jobs: pull-request: + name: Open pull request runs-on: ubuntu-latest steps: - name: Checkout From 7159f3db4c11946eeebdbdb6f20320fb1644ca4a Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Fri, 13 Jan 2023 14:46:03 +0100 Subject: [PATCH 4/6] ci: downgrade semantic release and plugins to v19 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 98d37eb..59fa947 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: node-version: "latest" cache: 'npm' - name: Setup semantic-release - run: npm install semantic-release @saithodev/semantic-release-backmerge @semantic-release/git @semantic-release/changelog gradle-semantic-release-plugin -D + run: npm install semantic-release@19.0.5 @saithodev/semantic-release-backmerge @semantic-release/git @semantic-release/changelog gradle-semantic-release-plugin@1.7.4 -D - name: Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 73a013d75ba5310b0d18b9d3dfe37aa4ba5cdd0d Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Fri, 13 Jan 2023 22:31:10 +0100 Subject: [PATCH 5/6] ci: use PAT in step `Release` --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 59fa947..d71cfa2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,6 +19,9 @@ jobs: - name: Checkout uses: actions/checkout@v3 with: + # Make sure the release step uses its own credentials: + # https://github.com/cycjimmy/semantic-release-action#private-packages + persist-credentials: false fetch-depth: 0 - name: Setup JDK uses: actions/setup-java@v3 From 6b410a0eea5a1d3d3dad108c88d9069128e7c33a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 15 Jan 2023 03:07:43 +0000 Subject: [PATCH 6/6] chore(release): 6.4.1-dev.1 [skip ci] ## [6.4.1-dev.1](https://github.com/revanced/revanced-patcher/compare/v6.4.0...v6.4.1-dev.1) (2023-01-15) ### Bug Fixes * update dependency `app.revanced:multidexlib2` ([#150](https://github.com/revanced/revanced-patcher/issues/150)) ([dd7dd38](https://github.com/revanced/revanced-patcher/commit/dd7dd383577dcfc95e97f77b446a89b41b589dc0)) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e60cec6..544417c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.4.1-dev.1](https://github.com/revanced/revanced-patcher/compare/v6.4.0...v6.4.1-dev.1) (2023-01-15) + + +### Bug Fixes + +* update dependency `app.revanced:multidexlib2` ([#150](https://github.com/revanced/revanced-patcher/issues/150)) ([dd7dd38](https://github.com/revanced/revanced-patcher/commit/dd7dd383577dcfc95e97f77b446a89b41b589dc0)) + # [6.4.0](https://github.com/revanced/revanced-patcher/compare/v6.3.2...v6.4.0) (2023-01-02) diff --git a/gradle.properties b/gradle.properties index aa51b7b..b251160 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 6.4.0 +version = 6.4.1-dev.1