summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/Constants.java
blob: 4ce09892046d6d23ff094e0b2febf1319040eb31 (plain)
1
2
3
4
5
6
package se.leap.bitmaskclient;

public interface Constants {
    String SHARED_PREFERENCES = "LEAPPreferences";
    String PREFERENCES_APP_VERSION = "bitmask version";
}