yujian
2019-12-10 c8041ec0544bf122e6819e6bf698997ccbf30aaf
fanli/src/main/java/com/yeshi/fanli/util/VersionUtil.java
@@ -81,7 +81,7 @@
   
   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)))
            || (("ios".equalsIgnoreCase(platform) && Integer.parseInt(versionCode) >= 75)))
         return true;
      else
         return false;