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