bump 5.15.0.1

This commit is contained in:
NekoInverter 2020-02-17 22:08:05 +08:00
parent 7fa3f8e08e
commit 7e960f33b7
No known key found for this signature in database
GPG Key ID: 280D6CCCF95715F9
2 changed files with 4 additions and 4 deletions

View File

@ -299,7 +299,7 @@ android {
}
}
defaultConfig.versionCode = 10 * 1869
defaultConfig.versionCode = 10 * 1870
applicationVariants.all { variant ->
variant.outputs.all { output ->
@ -334,7 +334,7 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionName "5.15.0"
versionName "5.15.0.1"
vectorDrawables.generatedDensities = ['mdpi', 'hdpi', 'xhdpi', 'xxhdpi']

View File

@ -19,8 +19,8 @@ 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 = 1869;
public static String BUILD_VERSION_STRING = "5.15.0";
public static int BUILD_VERSION = 1870;
public static String BUILD_VERSION_STRING = "5.15.0.1";
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
public static String HOCKEY_APP_HASH = "your-hockeyapp-api-key-here";