summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/AppConfig.java
blob: d1b4037220154385aa33b79b7d52563706779bf2 (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.2";
}