yujian
2019-06-20 bf5d1b405c759de3faa42af37b1f10f42823b105
fanli/src/main/java/com/yeshi/fanli/util/VersionUtil.java
@@ -12,7 +12,7 @@
   public static boolean greaterThan_1_5_50(String platform, String versionCode) {
      if ((("android".equalsIgnoreCase(platform) && Integer.parseInt(versionCode) >= 42))
            || (("ios".equalsIgnoreCase(platform) && Integer.parseInt(versionCode) >= 51)))
            || (("ios".equalsIgnoreCase(platform) && Integer.parseInt(versionCode) >= 52)))
         return true;
      else
         return false;