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

Commit

Permalink
fix: try to release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
qiucheng committed Mar 2, 2021
1 parent 44cd5d3 commit ded7273
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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.1.0
VERSION_NAME=1.1.3

mavenGroupId = com.tiktok
mavenArtifactId = tiktok-business-android-sdk
4 changes: 3 additions & 1 deletion samples/internalmonitor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ded7273

Please sign in to comment.