mirror of
https://github.com/NekoX-Dev/NekoX.git
synced 2024-12-11 20:29:26 +01:00
bump 5.11.0.6
This commit is contained in:
parent
4278f99a79
commit
653f34a853
@ -256,7 +256,7 @@ android {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
defaultConfig.versionCode = 1710 + 5
|
defaultConfig.versionCode = 1710 + 6
|
||||||
|
|
||||||
applicationVariants.all { variant ->
|
applicationVariants.all { variant ->
|
||||||
variant.outputs.all { output ->
|
variant.outputs.all { output ->
|
||||||
@ -290,7 +290,7 @@ android {
|
|||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionName "5.11.0.5"
|
versionName "5.11.0.6"
|
||||||
|
|
||||||
vectorDrawables.generatedDensities = ['mdpi', 'hdpi', 'xhdpi', 'xxhdpi']
|
vectorDrawables.generatedDensities = ['mdpi', 'hdpi', 'xhdpi', 'xxhdpi']
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@ public class BuildVars {
|
|||||||
public static boolean USE_CLOUD_STRINGS = true;
|
public static boolean USE_CLOUD_STRINGS = true;
|
||||||
public static boolean CHECK_UPDATES = false;
|
public static boolean CHECK_UPDATES = false;
|
||||||
|
|
||||||
public static int BUILD_VERSION = 1710 + 5;
|
public static int BUILD_VERSION = 1710 + 6;
|
||||||
public static String BUILD_VERSION_STRING = "5.11.0.5";
|
public static String BUILD_VERSION_STRING = "5.11.0.6";
|
||||||
public static int APP_ID = BuildConfig.APP_ID; //obtain your own APP_ID at https://core.telegram.org/api/obtaining_api_id
|
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 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";
|
public static String HOCKEY_APP_HASH = "your-hockeyapp-api-key-here";
|
||||||
|
Loading…
Reference in New Issue
Block a user