yujian
2019-09-23 aec36e0e136b55ffeb1d22dd3d7f5c2443b806aa
fanli/src/main/java/com/yeshi/fanli/util/VersionUtil.java
@@ -51,6 +51,7 @@
         return false;
   }
   
   public static boolean greaterThan_2_0(String platform, String versionCode) {
      if ((("android".equalsIgnoreCase(platform) && Integer.parseInt(versionCode) >= 48))