BuildConstants.java :  » App » alldroid » org » alldroid » forum » Android Open Source

Android Open Source » App » alldroid 
alldroid » org » alldroid » forum » BuildConstants.java
/**
 *
 */
package org.alldroid.forum;

/**
 * @author trr4rac
 *
 */
public interface BuildConstants {
  public static final int PAIDVERSION = 0x08a02a31;
  public static final int FREEVERSION = 0x2d6d6fc8;

  public static final int BUILDVERSION = FREEVERSION;
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.