Update BuildVars.java
* now version code is now taken from build.config
This commit is contained in:
@@ -21,8 +21,8 @@ public class BuildVars {
|
||||
public static boolean CHECK_UPDATES = false;
|
||||
public static boolean NO_SCOPED_STORAGE = Build.VERSION.SDK_INT <= 29;
|
||||
|
||||
public static int BUILD_VERSION = 2600;
|
||||
public static String BUILD_VERSION_STRING = "8.6.2";
|
||||
public static int BUILD_VERSION = BuildConfig.VERSION_CODE;
|
||||
public static String BUILD_VERSION_STRING = BuildConfig.VERSION_NAME;
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user