mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew.git
synced 2025-05-13 11:37:33 -05:00
Update global asset hash
This commit is contained in:
parent
5c4029ad50
commit
461aae6718
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ use uuid::Uuid;
|
|||
use crate::encryption;
|
||||
use crate::router::{userdata, gree};
|
||||
|
||||
pub const ASSET_VERSION: &str = "cb87bc1468c8631a262ff65b2960470b";
|
||||
pub const ASSET_HASH_ANDROID: &str = "8d1a9a5ce285c76b5afa2b5bdf154b9d";
|
||||
pub const ASSET_VERSION: &str = "5260ff15dff8ba0c00ad91400f515f55";
|
||||
pub const ASSET_HASH_ANDROID: &str = "f4bb8ed86ad946ee737be6daab663fd8";
|
||||
pub const ASSET_HASH_IOS: &str = "466d4616d14a8d8a842de06426e084c2";
|
||||
|
||||
pub const ASSET_VERSION_JP: &str = "4c921d2443335e574a82e04ec9ea243c";
|
||||
|
|
Loading…
Add table
Reference in a new issue