progress on plugin

This commit is contained in:
2026-01-17 08:45:30 +01:00
parent 57e7b7ca49
commit 2c0c4599fe
14 changed files with 538 additions and 88 deletions

View File

@@ -19,7 +19,7 @@ public static final XAPKFile[] xAPKS = {
new XAPKFile(
true, // true signifies a main file
"1", // the version of the APK that the file was uploaded against
0L // the length of the file in bytes
97538444L // the length of the file in bytes
)
};
};