Change production definition
This commit is contained in:
parent
9faf1c36de
commit
b6a81d1463
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ public class Version {
|
|||
|
||||
public static boolean isProductionVersion(Context ctx){
|
||||
Version v = getVersion(ctx);
|
||||
return !v.appVersion.startsWith("#");
|
||||
return !v.appVersion.contains("#");
|
||||
}
|
||||
|
||||
public static String getVersionAsURLParam(Context ctx) {
|
||||
|
|
Loading…
Reference in a new issue