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,9 +19,6 @@ Future<void> main() async {
flavor: Flavor.PRODUCTION,
color: Colors.blue,
apiURL: "https://asia-northeast1-fcs-prod1.cloudfunctions.net/API13",
// reportURL: "http://petrok.mokkon.com:8092",
// reportProjectID: "fcs-prod",
// bucketName: "gs://fcs-prod1",
level: Level.ALL);
runApp(App(title: "FCS"));
}