Bump 5.11.0.4

This commit is contained in:
Riko Sakurauchi 2019-12-09 13:53:15 +08:00
parent df1ec9d5c6
commit b76f7796e4
No known key found for this signature in database
GPG Key ID: 25AC0345B92902AF
2 changed files with 4 additions and 4 deletions

View File

@ -256,7 +256,7 @@ android {
}
}
defaultConfig.versionCode = 1710 + 3
defaultConfig.versionCode = 1710 + 4
applicationVariants.all { variant ->
variant.outputs.all { output ->
@ -290,7 +290,7 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionName "5.11.0.3"
versionName "5.11.0.4"
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 = false;
public static int BUILD_VERSION = 1710 + 3;
public static String BUILD_VERSION_STRING = "5.11.0.3";
public static int BUILD_VERSION = 1710 + 4;
public static String BUILD_VERSION_STRING = "5.11.0.4";
public static int APP_ID = BuildConfig.APP_ID; //obtain your own APP_ID at https://core.telegram.org/api/obtaining_api_id
public static String APP_HASH = BuildConfig.APP_HASH; //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";