chore: Merge branch dev to main (#3448)

This commit is contained in:
oSumAtrIX
2024-09-08 19:15:27 +02:00
committed by GitHub
4 changed files with 10 additions and 3 deletions

View File

@@ -32,7 +32,7 @@
{ {
"assets": [ "assets": [
{ {
"path": "patches/build/libs/*.rvp" "path": "patches/build/libs/patches-!(*sources*|*javadoc*).rvp?(.asc)"
} }
], ],
successComment: false successComment: false

View File

@@ -1,3 +1,10 @@
## [1.0.3-dev.1](https://github.com/ReVanced/revanced-patches-template/compare/v1.0.2...v1.0.3-dev.1) (2024-09-08)
### Bug Fixes
* Upload asset signature by fixing asset path glob pattern ([1378304](https://github.com/ReVanced/revanced-patches-template/commit/1378304809092e1f5a5c8fb4beb0964496222059))
## [1.0.2](https://github.com/ReVanced/revanced-patches-template/compare/v1.0.1...v1.0.2) (2024-09-08) ## [1.0.2](https://github.com/ReVanced/revanced-patches-template/compare/v1.0.1...v1.0.2) (2024-09-08)
## [1.0.2-dev.1](https://github.com/ReVanced/revanced-patches-template/compare/v1.0.1...v1.0.2-dev.1) (2024-08-08) ## [1.0.2-dev.1](https://github.com/ReVanced/revanced-patches-template/compare/v1.0.1...v1.0.2-dev.1) (2024-08-08)

View File

@@ -1,4 +1,4 @@
org.gradle.parallel = true org.gradle.parallel = true
org.gradle.caching = true org.gradle.caching = true
kotlin.code.style = official kotlin.code.style = official
version = 1.0.2 version = 1.0.3-dev.1

View File

@@ -16,5 +16,5 @@ pluginManagement {
} }
plugins { plugins {
id("app.revanced.patches") version "1.0.0-dev.4" id("app.revanced.patches") version "1.0.0-dev.5"
} }