Skip to content

Commit

Permalink
Bump to 3.0.2-Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-TSNG committed Aug 25, 2022
1 parent 761dee7 commit 3c57206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fun String.execute(currentWorkingDir: File = file("./")): String {
val minSdkVer by extra(24)
val targetSdkVer by extra(33)

val appVerName by extra("3.0.1-Beta")
val appVerName by extra("3.0.2-Beta")
val serviceVerCode by extra(84)
val minBackupVerCode by extra(65)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class ZygoteArgsHook(private val service: HMAService) : IFrameworkHook {
for (app in apps) {
if (service.isHookEnabled(app)) {
param.args[param.args.size - 3] = true // bindMountAppsData
logI(TAG, "@Hide force mount data: $uid $app")
logI(TAG, "@startViaZygote force mount data: $uid $app")
return@hookBefore
}
}
Expand Down

0 comments on commit 3c57206

Please sign in to comment.