Skip to content

Commit eddef68

Browse files
committed
change Config with sdk_version
1 parent 8800412 commit eddef68

File tree

1 file changed

+1
-1
lines changed
  • VideoOS/VenvyLibrary/src/main/java/cn/com/venvy

1 file changed

+1
-1
lines changed

VideoOS/VenvyLibrary/src/main/java/cn/com/venvy/Config.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77

88
public class Config {
9-
public static String SDK_VERSION = "1.3.0";
9+
public static String SDK_VERSION = "1.3.1";
1010
public static String HOST_VIDEO_OS="https://os-saas.videojj.com/os-api-saas";
1111
public static boolean REPORT_ABLE = true;
1212
public static int DEBUG_STATUS = 0;

0 commit comments

Comments
 (0)