summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/AppConfig.java
blob: e79eb64e85ee8bd4a90f2e64839867f975c00751 (plain)
1
2
3
4
5
6
7
8
package de.danoeh.antennapod;

public final class AppConfig {
	/** Should be used for debug logging. */
	public final static boolean DEBUG = true;
    /** Should be used when setting User-Agent header for HTTP-requests. */
    public final static String USER_AGENT = "AntennaPod/0.9.8.0";
}