Clear up the comment a bit

This commit is contained in:
s809
2025-04-27 21:48:28 +05:00
parent 7c37a5c370
commit 5ce3dda2d5
+1 -1
View File
@@ -6,7 +6,7 @@ How to add a library's natives:
1. In `build.gradle`:
- Make sure the target package is the same length or shorter (untested) than the source package. Underscores in native methods will take 2 characters so account for that as well.
- Make sure the target package is the same length or shorter (untested) than the source package. Underscores in native methods will be mapped to `_1` so account for that as well.
- Exclude the native files and add them as `relocateNative` (see example).
Example: