mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-18 17:03:58 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7a6025a278 | ||
|
|
f0d79941aa | ||
|
|
029f1ad722 | ||
|
|
be53e649a7 |
@@ -1,3 +1,11 @@
|
|||||||
|
## [1.0.1](https://github.com/revanced/revanced-cli/compare/v1.0.0...v1.0.1) (2022-05-07)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* broken script `CONTENT_UNMOUNT_SCRIPT` ([be53e64](https://github.com/revanced/revanced-cli/commit/be53e649a7a43de70ba2a7227c49b085001066a6))
|
||||||
|
* use latest version of patches dependency ([029f1ad](https://github.com/revanced/revanced-cli/commit/029f1ad72223e5be6664c2c8810ac35e5807d9a8))
|
||||||
|
|
||||||
# 1.0.0 (2022-05-07)
|
# 1.0.0 (2022-05-07)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
val patchesDependency = "app.revanced:revanced-patches:1.0.0-dev.5"
|
val patchesDependency = "app.revanced:revanced-patches:1.+"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(kotlin("stdlib"))
|
implementation(kotlin("stdlib"))
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
kotlin.code.style = official
|
kotlin.code.style = official
|
||||||
version = 1.0.0
|
version = 1.0.1
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ internal object Constants {
|
|||||||
#!/system/bin/sh
|
#!/system/bin/sh
|
||||||
|
|
||||||
stock_path=${'$'}{ pm path $PLACEHOLDER | grep base | sed 's/package://g' }
|
stock_path=${'$'}{ pm path $PLACEHOLDER | grep base | sed 's/package://g' }
|
||||||
umount -l $PLACEHOLDER; done< /proc/mounts
|
umount -l ${'$'}stock_path
|
||||||
""".trimIndent()
|
""".trimIndent()
|
||||||
|
|
||||||
// mount script
|
// mount script
|
||||||
|
|||||||
Reference in New Issue
Block a user