From 7ecfd336f6692374eee7b24af05d02ae31a99b81 Mon Sep 17 00:00:00 2001 From: zontreck Date: Wed, 15 May 2024 16:12:28 -0700 Subject: [PATCH] Client Key is now hardcoded --- lib/Constants.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Constants.dart b/lib/Constants.dart index 8279e6b..c22a48a 100644 --- a/lib/Constants.dart +++ b/lib/Constants.dart @@ -9,7 +9,8 @@ class Constants { static const VERSION = "1.0.051524.1602"; static const COPYRIGHT = "Copyright 2024 - Tara Piccari. All rights Reserved"; - static const CLIENTPSK = ""; + static const CLIENTPSK = + "f5c6caf3efe1ec5aa4b7c572f92aa14782b7be34b4c7844fa9c6d47fdf94246"; static const SERVICES_JSON = "https://raw.githubusercontent.com/AriasCreations/AriasCreations/main/services.json";