fanli/src/main/java/com/yeshi/fanli/util/VersionUtil.java
@@ -50,14 +50,7 @@ else return false; } public static boolean greaterThan_2_0_0(String platform, String versionCode) { if ((("android".equalsIgnoreCase(platform) && Integer.parseInt(versionCode) >= 48)) || (("ios".equalsIgnoreCase(platform) && Integer.parseInt(versionCode) >= 66))) return true; else return false; } public static boolean greaterThan_2_0(String platform, String versionCode) {