mirror of
https://github.com/ReVanced/revanced-api.git
synced 2026-01-18 00:43:57 +00:00
Compare commits
2 Commits
v1.4.0-dev
...
v1.4.0-dev
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e8dfefe6ae | ||
|
|
d42a3a3933 |
@@ -1,3 +1,10 @@
|
|||||||
|
# [1.4.0-dev.3](https://github.com/ReVanced/revanced-api/compare/v1.4.0-dev.2...v1.4.0-dev.3) (2024-11-01)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Use new patches file extension ([d42a3a3](https://github.com/ReVanced/revanced-api/commit/d42a3a393396a0f4e9085cda46e0af2c12b63cb1))
|
||||||
|
|
||||||
# [1.4.0-dev.2](https://github.com/ReVanced/revanced-api/compare/v1.4.0-dev.1...v1.4.0-dev.2) (2024-11-01)
|
# [1.4.0-dev.2](https://github.com/ReVanced/revanced-api/compare/v1.4.0-dev.1...v1.4.0-dev.2) (2024-11-01)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ organization = "revanced"
|
|||||||
|
|
||||||
[patches]
|
[patches]
|
||||||
repository = "revanced-patches"
|
repository = "revanced-patches"
|
||||||
asset-regex = "jar$"
|
asset-regex = "rvp$"
|
||||||
signature-asset-regex = "asc$"
|
signature-asset-regex = "asc$"
|
||||||
public-key-file = "static/root/keys.asc"
|
public-key-file = "static/root/keys.asc"
|
||||||
public-key-id = 3897925568445097277
|
public-key-id = 3897925568445097277
|
||||||
|
|||||||
@@ -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.4.0-dev.2
|
version = 1.4.0-dev.3
|
||||||
|
|||||||
Reference in New Issue
Block a user