Skip to content

Commit ddeeb66

Browse files
authored
Update Libs.java
1 parent 63af5b7 commit ddeeb66

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/id.my.alvinq.prokitid.libs

1 file changed

+1
-1
lines changed

src/main/java/id.my.alvinq.prokitid.libs/Libs.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class Libs {
88
public static void onLoad(Context context) {
99
CacheLogger.logAllCacheFiles(context);
1010
Toast.makeText(context, "PL loaded!", Toast.LENGTH_LONG).show();
11-
File lcon = new File(context.getCacheDir() + "/native/libmod.so");
11+
File lcon = new File(context.getCacheDir() + "/prokitid/native/libmod.so");
1212
System.load(lcon.getAbsolutePath());
1313
}
1414
}

0 commit comments

Comments
 (0)