refactor(mobile): moved the versioning lookup at at the mobile folder plus renamed

This commit is contained in:
2026-04-26 18:33:28 -05:00
parent 77b4533dea
commit bddc9aca0d
5 changed files with 901 additions and 19 deletions

View File

@@ -2,8 +2,12 @@ const { withDangerousMod } = require("@expo/config-plugins");
const fs = require("fs");
const path = require("path");
const packageName = "com.anonymous.lstMobile";
const packagePath = "com/anonymous/lstMobile";
// const packageName = "net.alpla.lst.mobile";
// const packagePath = "com/alpla/lst/mobile";
const packageName = "net.alpla.lst.mobile";
const packagePath = "net/alpla/lst/mobile";
// const packageName = config.android?.package;
// const packagePath = packageName.replace(/\./g, "/");
const moduleCode = `package ${packageName}.scanner