yujian
2020-05-21 ccc87b5ac3d6271f95bb8bd89d2f38d765365702
fanli/src/main/java/com/yeshi/fanli/util/VersionUtil.java
@@ -108,7 +108,7 @@
   
   public static boolean greaterThan_2_1_1(String platform, String versionCode) {
      if ((("android".equalsIgnoreCase(platform) && Integer.parseInt(versionCode) >= 57))
            || (("ios".equalsIgnoreCase(platform) && Integer.parseInt(versionCode) >= 80)))
            || (("ios".equalsIgnoreCase(platform) && Integer.parseInt(versionCode) >= 81)))
         return true;
      else
         return false;