ReLinker icon indicating copy to clipboard operation
ReLinker copied to clipboard

Support different notations for library versions

Open TomasRiker opened this issue 3 years ago • 0 comments

When requesting to load a specific library version, ReLinker currently expects the filename to be like libname.so.<VERSION>. I faced some problems when trying to build apps with native libraries that use this notation - something in the Android build toolchain prevents the file from ending up in the generated APK. So it would be nice to support different notations like libname-<VERSION>.so. Being able to specify a regular expression would be great.

TomasRiker avatar Feb 13 '22 11:02 TomasRiker