mirror of
https://github.com/ReVanced/revanced-library.git
synced 2026-01-11 13:56:17 +00:00
feat: Mention APK file name when logging aligning
This commit is contained in:
@@ -84,7 +84,7 @@ object ApkUtils {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.info("Aligning APK")
|
logger.info("Aligning ${apkFile.name}")
|
||||||
|
|
||||||
targetApkZFile.realign()
|
targetApkZFile.realign()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user