Update to 5.14.0 (1848)

This commit is contained in:
DrKLO 2020-01-23 16:06:41 +03:00
parent 29aa3efe1e
commit 207ef50ce6
3 changed files with 3 additions and 3 deletions

View File

@ -283,7 +283,7 @@ android {
}
}
defaultConfig.versionCode = 1847
defaultConfig.versionCode = 1848
applicationVariants.all { variant ->
variant.outputs.all { output ->

View File

@ -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 = 4;
public static String APP_HASH = "014b35b6184100b085b0d0572f9b5103";

View File

@ -745,7 +745,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) {