package com.whatscloud.config.app;
public class WhatsCloud
{
public static int MINIMUM_LOGIN_VERSION_CODE = 10170;
public static String PACKAGE = "com.whatscloud";
public static String API_URL = "https://whatscloud.io/api";
public static String ROOT_URL = "https://whatscloud.io/root";
}