diff --git a/gradle.properties b/gradle.properties index e2b2b07..e7c53a8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ android.enableJetifier=true GROUP=com.tiktok -VERSION_NAME=1.1.0 +VERSION_NAME=1.1.3 mavenGroupId = com.tiktok mavenArtifactId = tiktok-business-android-sdk diff --git a/samples/internalmonitor/build.gradle b/samples/internalmonitor/build.gradle index 1190320..88ab122 100644 --- a/samples/internalmonitor/build.gradle +++ b/samples/internalmonitor/build.gradle @@ -39,7 +39,9 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.2' implementation project(':business-core') -// implementation 'com.github.bytedance:tiktok-business-android-sdk:1.1.0' +// implementation 'com.tiktok:tiktok-business-android-sdk:1.1.0-alpha.2' + +// implementation 'com.github.bytedance:tiktok-business-android-sdk:1.1.1' implementation 'androidx.cardview:cardview:1.0.0' testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test.ext:junit:1.1.2'