From df3502ad40d010aac7ef4f8bb1353958fb6f2fbc Mon Sep 17 00:00:00 2001 From: dm1sh Date: Fri, 28 Feb 2025 23:45:49 +0300 Subject: [PATCH] fixed a typo in the article --- static/articles/APK_modification/APK_modification.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/articles/APK_modification/APK_modification.md b/static/articles/APK_modification/APK_modification.md index 87d00d6..3c93ff0 100644 --- a/static/articles/APK_modification/APK_modification.md +++ b/static/articles/APK_modification/APK_modification.md @@ -12,7 +12,7 @@ Recompile apk: apktool b <file_name> ``` -Alignment is necessary for modern android versions (I beleave, 30+ SDK): +Alignment is necessary for modern android versions (I believe, 30+ SDK): ``` zipalign -v -f -p 4 <file_name>/dist/<file_name>.apk aligned-<file_name>.apk @@ -32,4 +32,4 @@ apksigner.jar sign -ks my-release-key.keystore --ks-key-alias alias_name aligned It will overwrite the provided apk with a signed one. -We're awesome! \ No newline at end of file +We're awesome!