mirror of
https://github.com/ReVanced/revanced-manager-downloaders.git
synced 2026-01-17 16:33:57 +00:00
Compare commits
2 Commits
v1.1.0-dev
...
v1.1.0-dev
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dbc64e583a | ||
|
|
6433d98495 |
@@ -1,3 +1,10 @@
|
||||
# [1.1.0-dev.5](https://github.com/ReVanced/revanced-manager-apkmirror-downloader/compare/v1.1.0-dev.4...v1.1.0-dev.5) (2025-07-04)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Correctly removing bundle attributes from manifest ([6433d98](https://github.com/ReVanced/revanced-manager-apkmirror-downloader/commit/6433d984950582d36d29ef758325d50016a62ae8))
|
||||
|
||||
# [1.1.0-dev.4](https://github.com/ReVanced/revanced-manager-apkmirror-downloader/compare/v1.1.0-dev.3...v1.1.0-dev.4) (2025-07-03)
|
||||
|
||||
|
||||
|
||||
@@ -21,4 +21,4 @@ kotlin.code.style = official
|
||||
# resources declared in the library itself and none from the library's dependencies,
|
||||
# thereby reducing the size of the R class for that library
|
||||
android.nonTransitiveRClass = true
|
||||
version = 1.1.0-dev.4
|
||||
version = 1.1.0-dev.5
|
||||
|
||||
@@ -35,7 +35,9 @@ class Merger {
|
||||
arrayOf(
|
||||
AndroidManifest.NAME_requiredSplitTypes,
|
||||
AndroidManifest.NAME_splitTypes
|
||||
).forEach(manifestElement::removeAttributesWithName)
|
||||
).forEach {
|
||||
manifestElement.removeAttributeIf{ attribute -> attribute.name == it }
|
||||
}
|
||||
|
||||
val pattern = "^com\\.android\\.(stamp|vending)\\.".toRegex()
|
||||
applicationElement.removeElementsIf { element ->
|
||||
|
||||
Reference in New Issue
Block a user