Skip to content

Commit

Permalink
release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yan Zhennan committed Jan 3, 2024
1 parent 3b80ddb commit c3a7e27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dependencies {
if (isLocalRtcSDK.toBoolean()) {
implementation files('libs/agora-rtc-sdk.jar')
} else {
implementation 'io.agora.rtc:agora-special-full:4.1.1.17'
implementation 'io.agora.rtc:agora-special-full:4.1.1.24'
}
implementation 'com.github.guohai:Leonids:9f5a9190f6'
implementation 'com.squareup.okhttp3:okhttp:4.9.2'
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
android.injected.testOnly=false
android.useAndroidX=true
android.disableAutomaticComponentCreation=true
isSdkMode=true
isSdkMode=false
isLocalRtcSDK=false
sdkVersion=1.1.2-beta.8
sdkVersion=1.1.2
exampleVersion=1.1.2.0102.1
2 changes: 1 addition & 1 deletion karaoke_view/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ allprojects {
```
dependencies {
...
implementation 'com.github.AgoraIO-Community:LyricsView:1.1.2-beta.8'
implementation 'com.github.AgoraIO-Community:LyricsView:1.1.2'
}
```

Expand Down

0 comments on commit c3a7e27

Please sign in to comment.