Skip to content
This repository was archived by the owner on Dec 29, 2025. It is now read-only.

Commit 8b0b79d

Browse files
authored
Rename Main class to Libs and update method
1 parent 139aa39 commit 8b0b79d

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com.dts.freefiremax/alvinq

1 file changed

+1
-1
lines changed

src/main/java/com.dts.freefiremax/alvinq/Main.java renamed to src/main/java/com.dts.freefiremax/alvinq/Libs.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import id.my.alvinq.appcopy.Main;
44
import android.content.Context;
55

6-
public class Main {
6+
public class Libs {
77
public static void onLoad(Context ctx) {
88
Main.onLoad(ctx);
99
}

0 commit comments

Comments
 (0)