react-native-proguard-auto 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/readme.md +2 -2
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -48,7 +48,7 @@ The tool will analyze your project dependencies and generate **recommended ProGu
|
|
|
48
48
|
|
|
49
49
|
Without proper ProGuard rules, release builds may fail or crash due to missing classes during code shrinking.
|
|
50
50
|
|
|
51
|
-

|
|
52
52
|
|
|
53
53
|
---
|
|
54
54
|
|
|
@@ -56,7 +56,7 @@ Without proper ProGuard rules, release builds may fail or crash due to missing c
|
|
|
56
56
|
|
|
57
57
|
The tool automatically generates the required ProGuard rules to help ensure stable release builds.
|
|
58
58
|
|
|
59
|
-

|
|
60
60
|
|
|
61
61
|
|
|
62
62
|
---
|