admin
2019-09-04 108923af45ab46cf06d393e9ef2caa5db19cfde8
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;