Compare commits

..

No commits in common. "becb5e8be971e80aea160f4a536be76833614561" and "e4affb6d730b45b5f1d4a9784a9bd0d078f6e2d7" have entirely different histories.

View File

@ -11,7 +11,7 @@ public class SdkBundle {
* @return SDK版本信息 * @return SDK版本信息
*/ */
public static String getVersion() { public static String getVersion() {
return "2.0.0"; return "1.0.0";
} }
/** /**