Skip to content

Commit

Permalink
[Fix] Shared object name change (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
stealthcopter committed May 24, 2021
1 parent 2fae04b commit 4adecf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class RootBeerNative {
*/
static {
try {
System.loadLibrary("tool-checker");
System.loadLibrary("toolChecker");
libraryLoaded = true;
} catch (UnsatisfiedLinkError e) {
QLog.e(e);
Expand Down

0 comments on commit 4adecf8

Please sign in to comment.