We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7f5e4 commit 680cabeCopy full SHA for 680cabe
VideoOS/VenvyLibrary/src/main/java/cn/com/venvy/Config.java
@@ -6,8 +6,8 @@
6
*/
7
8
public class Config {
9
- public static String SDK_VERSION = "1.3.1";
10
- public static String HOST_VIDEO_OS="https://os-saas.videojj.com/os-api-saas";
+ public static String SDK_VERSION = "2.0.0";
+ public static String HOST_VIDEO_OS = "https://os-saas.videojj.com/os-api-saas";
11
public static boolean REPORT_ABLE = true;
12
public static int DEBUG_STATUS = 0;
13
}
0 commit comments