yujian
2020-05-18 bf052072dbce8c74f1eeff6adb4af1c73e94ffce
fanli/src/main/java/com/yeshi/fanli/util/VersionUtil.java
@@ -108,7 +108,7 @@
   
   public static boolean greaterThan_2_1_1(String platform, String versionCode) {
      if ((("android".equalsIgnoreCase(platform) && Integer.parseInt(versionCode) >= 57))
            || (("ios".equalsIgnoreCase(platform) && Integer.parseInt(versionCode) >= 80)))
            || (("ios".equalsIgnoreCase(platform) && Integer.parseInt(versionCode) >= 81)))
         return true;
      else
         return false;