Created
August 2, 2014 03:15
-
-
Save SeongUgJung/d2836c0721ca72cfe7d5 to your computer and use it in GitHub Desktop.
android-play-publisher-api-sample-applicationconfig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
static final String APPLICATION_NAME = "android-publisher-sample/1.0"; | |
static final String PACKAGE_NAME = "com.nobrain.pulisher_sample"; | |
public static final String APK_FILE_PATH = "/app-release.apk"; | |
static final String SERVICE_ACCOUNT_EMAIL = ""; // must be empty!!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment