-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
weiqiangliu
committed
May 27, 2022
1 parent
6957f2f
commit d507c6e
Showing
6 changed files
with
62 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
SensorsABTestSDK/src/main/java/com/sensorsdata/abtest/SensorsDataVersionConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
package com.sensorsdata.abtest; | ||
|
||
public class SensorsDataVersionConfig { | ||
/** | ||
* 当前 SDK 的版本 | ||
*/ | ||
public static final String SDK_VERSION = "0.2.3"; | ||
|
||
/** | ||
* 当前 SDK 所要依赖的版本,可以为 JSONArray | ||
*/ | ||
public static final String DEPENDENT_SDK_VERSIONS = "[\n" + | ||
" {\n" + | ||
" \"DEPENDENT_MIN_SDK_VERSIONS\":\"6.3.4\",\n" + | ||
" \"SDK_VERSION_PATH\":\"com.sensorsdata.analytics.android.sdk.SensorsDataAPI\",\n" + | ||
" \"ERROR_MESSAGE\":\"当前 SA SDK 版本 %s 过低,请升级至 %s 及其以上版本后进行使用\"\n" + | ||
" }\n" + | ||
"]"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters