mirror of
https://github.com/NekoX-Dev/NekoX.git
synced 2025-01-05 17:45:17 +01:00
Merge branch 'master' of github.com:DrKLO/Telegram
This commit is contained in:
commit
2b3c6e1ba5
@ -290,7 +290,7 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
defaultConfig.versionCode = 10 * 1847
|
||||
defaultConfig.versionCode = 10 * 1848
|
||||
|
||||
applicationVariants.all { variant ->
|
||||
variant.outputs.all { output ->
|
||||
|
@ -19,7 +19,7 @@ public class BuildVars {
|
||||
public static boolean USE_CLOUD_STRINGS = true;
|
||||
public static boolean CHECK_UPDATES = true;
|
||||
public static boolean TON_WALLET_STANDALONE = false;
|
||||
public static int BUILD_VERSION = 1847;
|
||||
public static int BUILD_VERSION = 1848;
|
||||
public static String BUILD_VERSION_STRING = "5.14.0";
|
||||
public static int APP_ID = 336779; //obtain your own APP_ID at https://core.telegram.org/api/obtaining_api_id
|
||||
public static String APP_HASH = "b91eefacc86747c068c8d8a16b41500d"; //obtain your own APP_HASH at https://core.telegram.org/api/obtaining_api_id
|
||||
|
@ -747,7 +747,7 @@ public class ThemeActivity extends BaseFragment implements NotificationCenter.No
|
||||
if (setFontSize(AndroidUtilities.isTablet() ? 18 : 16)) {
|
||||
changed = true;
|
||||
}
|
||||
if (setBubbleRadius(6, true)) {
|
||||
if (setBubbleRadius(10, true)) {
|
||||
changed = true;
|
||||
}
|
||||
if (changed) {
|
||||
|
Loading…
Reference in New Issue
Block a user