admin
2019-12-05 0ec43b39d1232e2e494a35f7d9437a76950aa483
fanli/src/main/java/com/yeshi/fanli/util/VersionUtil.java
@@ -77,6 +77,15 @@
      else
         return false;
   }
   public static boolean greaterThan_2_1(String platform, String versionCode) {
      if ((("android".equalsIgnoreCase(platform) && Integer.parseInt(versionCode) >= 52))
            || (("ios".equalsIgnoreCase(platform) && Integer.parseInt(versionCode) >= 75)))
         return true;
      else
         return false;
   }
   public static boolean smallerThan_1_5_1(String platform, String versionCode) {