yujian
2019-06-25 bcbd93bb2239423aecba4e93ffba2e96ab873390
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;