yujian
2019-08-29 e1dcef9d29c8de98c603cd4880f6b272c23f1cc0
fanli/src/main/java/com/yeshi/fanli/util/VersionUtil.java
@@ -45,7 +45,7 @@
   
   public static boolean greaterThan_1_6_5(String platform, String versionCode) {
      if ((("android".equalsIgnoreCase(platform) && Integer.parseInt(versionCode) >= 47))
            || (("ios".equalsIgnoreCase(platform) && Integer.parseInt(versionCode) >= 59)))
            || (("ios".equalsIgnoreCase(platform) && Integer.parseInt(versionCode) >= 65)))
         return true;
      else
         return false;