fixed a typo in the article
This commit is contained in:
parent
9eea574547
commit
df3502ad40
@ -12,7 +12,7 @@ Recompile apk:
|
|||||||
apktool b <file_name>
|
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
|
zipalign -v -f -p 4 <file_name>/dist/<file_name>.apk aligned-<file_name>.apk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user