fanli/src/main/java/com/yeshi/fanli/util/VersionUtil.java
@@ -77,6 +77,15 @@ else return false; } public static boolean greaterThan_2_1(String platform, String versionCode) { if ((("android".equalsIgnoreCase(platform) && Integer.parseInt(versionCode) >= 52)) || (("ios".equalsIgnoreCase(platform) && Integer.parseInt(versionCode) >= 71))) return true; else return false; } public static boolean smallerThan_1_5_1(String platform, String versionCode) {