Skip to content

Commit

Permalink
Update to version 9.6.5(158 layer) (#248)
Browse files Browse the repository at this point in the history
Co-authored-by: Asen <antochi.anton@yandex.ru>
  • Loading branch information
Ririconj and AsenOsen authored May 15, 2023
1 parent 8d4642c commit cc9e91a
Show file tree
Hide file tree
Showing 15 changed files with 164,376 additions and 13,454 deletions.
6 changes: 3 additions & 3 deletions src/LibConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ class LibConfig

public const APP_DEFAULT_DEVICE_LANG_CODE = 'en-us';
public const APP_DEFAULT_LANG_CODE = 'en';
public const APP_DEFAULT_VERSION = '9.9.2';
public const APP_DEFAULT_VERSION = '9.6.5';
// see https://www.apkmirror.com/apk/telegram-fz-llc/telegram/telegram-8-8-0-release/
// universal for android 6+ has 5th digit always "2"
public const APP_DEFAULT_VERSION_CODE = '29652';
public const APP_DEFAULT_VERSION_CODE = '33562';
public const APP_DEFAULT_LANG_PACK = 'android';
// https://schema.horner.tj
public const APP_DEFAULT_TL_LAYER_VERSION = 150;
public const APP_DEFAULT_TL_LAYER_VERSION = 158;

public const ENV_AUTHKEY = 'BOT'; // env variable for authkey path
}
Loading

0 comments on commit cc9e91a

Please sign in to comment.