Client Key is now hardcoded

This commit is contained in:
zontreck 2024-05-15 16:12:28 -07:00
parent e5faf9aeff
commit 7ecfd336f6

View file

@ -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";