LeOS-Genesis/app/src/main/java/com/darkweb/genesissearchengine/buildconstants.java

8 lines
174 B
Java
Raw Normal View History

2019-05-30 21:19:30 +02:00
package com.darkweb.genesissearchengine;
public class buildconstants
{
//public static String build_type = "playstore";
public static String build_type = "local";
}