Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
fix: tt_app_id => tiktok_app_id
Browse files Browse the repository at this point in the history
  • Loading branch information
qiucheng committed Apr 16, 2021
1 parent ba40e57 commit c26fdbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public static JSONObject getBusinessSDKConfig(Map<String, Object> options) {
paramsMap.put("sdk_version", SystemInfoUtil.getSDKVersion());
paramsMap.put("app_name", SystemInfoUtil.getAppName());
paramsMap.put("app_version", SystemInfoUtil.getAppVersionName());
paramsMap.put("tt_app_id", TikTokBusinessSdk.getTTAppId());
paramsMap.put("tiktok_app_id", TikTokBusinessSdk.getTTAppId());
paramsMap.putAll(options);

String url = "https://ads.tiktok.com/open_api/business_sdk_config/get/?" + TTUtil.mapToString(paramsMap, "&");
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android.enableJetifier=true

GROUP=com.tiktok

VERSION_NAME=1.2.1
VERSION_NAME=1.2.2

mavenGroupId = com.tiktok
mavenArtifactId = tiktok-business-android-sdk
2 changes: 1 addition & 1 deletion samples/internalmonitor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
implementation project(':business-core')
// implementation 'com.tiktok:tiktok-business-android-sdk:1.1.0-alpha.2'

// implementation 'com.github.bytedance:tiktok-business-android-sdk:1.2.1'
// implementation 'com.github.bytedance:tiktok-business-android-sdk:1.2.2'
implementation 'androidx.cardview:cardview:1.0.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
Expand Down

0 comments on commit c26fdbf

Please sign in to comment.