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

public interface FeatureVersionCode {
    int RENAMED_EIP_IN_PREFERENCES = 132;
    int GEOIP_SERVICE = 148;
}