Skip to content

Commit

Permalink
v3.3.1-rc.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-WJ committed Nov 13, 2023
1 parent 8434f84 commit 57a430a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ dependencies {
implementation 'androidx.navigation:navigation-fragment:2.3.5'
implementation 'androidx.navigation:navigation-ui:2.3.5'
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.0"))
implementation project(path: ':OpenIM-SDK')
// implementation project(path: ':OpenIM-SDK')
implementation 'com.github.openimsdk:open-im-sdk-android:latest.release'

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
Expand Down

0 comments on commit 57a430a

Please sign in to comment.