Skip to content

Instantly share code, notes, and snippets.

View twstagg's full-sized avatar

Tristin Stagg twstagg

  • Vanguard Appraisals
  • Cedar Rapids, IA
  • 13:31 (UTC -06:00)
View GitHub Profile
package com.deviant.security.shield;
public final class BuildConfig {
public static final String BUILD_TYPE = "debug";
public static final boolean DEBUG;
public static final String FLAVOR = "";
public static final String PACKAGE_NAME = "com.deviant.security.shield";
public static final int VERSION_CODE = 4;
public static final String VERSION_NAME = "2.2";