Compare commits

..

4 Commits

Author SHA1 Message Date
semantic-release-bot
7a6025a278 chore(release): 1.0.1 [skip ci]
## [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](be53e649a7))
* use latest version of patches dependency ([029f1ad](029f1ad722))
2022-05-07 16:16:48 +00:00
oSumAtrIX
f0d79941aa Merge remote-tracking branch 'origin/main' 2022-05-07 18:15:18 +02:00
oSumAtrIX
029f1ad722 fix: use latest version of patches dependency
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2022-05-07 18:15:02 +02:00
oSumAtrIX
be53e649a7 fix: broken script CONTENT_UNMOUNT_SCRIPT
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2022-05-07 18:13:14 +02:00
4 changed files with 11 additions and 3 deletions

View File

@@ -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)

View File

@@ -22,7 +22,7 @@ repositories {
}
}
val patchesDependency = "app.revanced:revanced-patches:1.0.0-dev.5"
val patchesDependency = "app.revanced:revanced-patches:1.+"
dependencies {
implementation(kotlin("stdlib"))

View File

@@ -1,2 +1,2 @@
kotlin.code.style = official
version = 1.0.0
version = 1.0.1

View File

@@ -43,7 +43,7 @@ internal object Constants {
#!/system/bin/sh
stock_path=${'$'}{ pm path $PLACEHOLDER | grep base | sed 's/package://g' }
umount -l $PLACEHOLDER; done< /proc/mounts
umount -l ${'$'}stock_path
""".trimIndent()
// mount script