From 5ce3dda2d51bc9109c07f88250533e2e5dc25641 Mon Sep 17 00:00:00 2001 From: s809 <43530948+s809@users.noreply.github.com> Date: Sun, 27 Apr 2025 21:48:28 +0500 Subject: [PATCH] Clear up the comment a bit --- relocate_natives/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relocate_natives/README.md b/relocate_natives/README.md index 9ed3da8fd..6c1366f7e 100644 --- a/relocate_natives/README.md +++ b/relocate_natives/README.md @@ -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: