mirror of https://github.com/LeOS-GSI/LeOS-Genesis
8 lines
174 B
Java
8 lines
174 B
Java
|
package com.darkweb.genesissearchengine;
|
||
|
|
||
|
public class buildconstants
|
||
|
{
|
||
|
//public static String build_type = "playstore";
|
||
|
public static String build_type = "local";
|
||
|
}
|