admin
2019-11-08 ae6bf015031bd6579cc719ee7689d8160e3d92d2
fanli/src/main/java/com/yeshi/fanli/util/VersionUtil.java
@@ -72,7 +72,7 @@
   
   public static boolean greaterThan_2_0_2(String platform, String versionCode) {
      if ((("android".equalsIgnoreCase(platform) && Integer.parseInt(versionCode) >= 51))
            || (("ios".equalsIgnoreCase(platform) && Integer.parseInt(versionCode) >= 68)))
            || (("ios".equalsIgnoreCase(platform) && Integer.parseInt(versionCode) >= 70)))
         return true;
      else
         return false;