Update to 5.14.0 (1848)
This commit is contained in:
parent
29aa3efe1e
commit
207ef50ce6
@ -283,7 +283,7 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
defaultConfig.versionCode = 1847
|
||||
defaultConfig.versionCode = 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 = 4;
|
||||
public static String APP_HASH = "014b35b6184100b085b0d0572f9b5103";
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user