Skip to content

Commit 070424f

Browse files
committed
fix(proguard): don't obfuscate names
1 parent 14cb5b1 commit 070424f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Xposed module to spoof package signatures.
44

55
## Features
66

7-
- Support Android >= 1.5 (Cupcake)
7+
- Supports Android >= 1.5 (Cupcake)
88
- Compatible with the standardized spoofing
99
mechanic ([microG](https://github.com/microg/GmsCore/tree/a787b52ccc56b2e197bf38e1229bb4206538cd12/patches))
1010
- Allow any package to spoof their signature through manifest properties
@@ -19,7 +19,7 @@ Xposed module to spoof package signatures.
1919
4. Install XSpoofSignatures from [here](https://github.com/rushiiMachine/XSpoofSignatures/releases/latest)
2020
5. Enable it in LSPosed
2121
6. Verify that signature spoofing works via [Signature Spoofing Checker](https://f-droid.org/en/packages/lanchon.sigspoof.checker)
22-
7. Use apps that require signature spoofing
22+
7. You can now use apps that require signature spoofing (like microG)
2323

2424
## Usage (developers)
2525

app/proguard-rules.pro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44
-overloadaggressively
55
-optimizationpasses 5
66

7-
-keepnames class *
8-
-keeppackagenames
7+
-dontobfuscate

0 commit comments

Comments
 (0)