upgrade gradle

This commit is contained in:
2024-12-27 22:36:48 +06:30
parent 6261595f78
commit d422761e51
16 changed files with 361 additions and 281 deletions

View File

@@ -19,11 +19,8 @@ Future<void> main() async {
Config(
flavor: Flavor.DEV,
color: Colors.blue,
apiURL: "http://192.168.100.150:9090",
// apiURL: "https://asia-northeast1-fcs-dev1.cloudfunctions.net/API13",
// reportURL: "http://petrok.mokkon.com:7071",
// reportProjectID: "fcs-dev",
// bucketName: "gs://fcs-dev1-us",
// apiURL: "http://192.168.100.150:9090",
apiURL: "https://asia-northeast1-fcs-dev1.cloudfunctions.net/API13",
level: Level.ALL);
runApp(App(title: "FCS - Dev"));
}