1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 08:15:16 +00:00

Add custom APK signature for #Forez releases

This commit is contained in:
2021-04-28 19:40:19 +02:00
parent 96b737de67
commit 946bef045b
3 changed files with 30 additions and 5 deletions

View File

@ -0,0 +1,17 @@
import 'package:comunic/forez/init.dart';
import 'package:comunic/main.dart';
/// Forez online configuration
///
/// @author Pierre Hubert
void main() {
ForezConfig(
apiServerName: "api.communiquons.org",
apiServerUri: "/",
apiServerSecure: true,
clientName: "ForezMobile",
);
subMain();
}