admin
2019-09-02 34b542007f7e0dd4e1fdffecbd12a377aa953d68
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;