admin
2019-08-16 c9a4a9cdc559d0f28edee94f2e2c865bfab609c4
fanli/src/main/java/com/yeshi/fanli/util/VersionUtil.java
@@ -37,7 +37,7 @@
   public static boolean greaterThan_1_6_0(String platform, String versionCode) {
      if ((("android".equalsIgnoreCase(platform) && Integer.parseInt(versionCode) >= 46))
            || (("ios".equalsIgnoreCase(platform) && Integer.parseInt(versionCode) >= 57)))
            || (("ios".equalsIgnoreCase(platform) && Integer.parseInt(versionCode) >= 58)))
         return true;
      else
         return false;