Skip to content

Commit dada1ca

Browse files
alienzhCYG
andauthored
【Feat】add ktv protobuf (#32)
* 【Feat】add ktv protobuf * 【Feat】log * enable multipathing * fix bugs * [Android]merge ktvapi and giantChorus * [android]adapt demo * [Android]adapt demo --------- Co-authored-by: CYG <[email protected]>
1 parent e3fb5a6 commit dada1ca

File tree

22 files changed

+3630
-1525
lines changed

22 files changed

+3630
-1525
lines changed

KTVAPI/Android/app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,13 @@ dependencies {
7474
implementation 'androidx.navigation:navigation-ui-ktx:2.4.1'
7575
implementation 'com.google.code.gson:gson:2.10.1'
7676
implementation 'com.squareup.okhttp3:okhttp:3.12.0'
77+
implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0'
7778
implementation 'com.github.mrmike:ok2curl:0.8.0'
7879

7980
// 歌词组件
8081
implementation 'com.github.AgoraIO-Community:LyricsView:1.1.1-beta.8'
82+
//
83+
implementation 'io.agora:authentication:1.6.1'
8184
// ktvapi
8285
api project(":lib_ktvapi")
8386
}

KTVAPI/Android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
android:roundIcon="@mipmap/app_ic_launcher_round"
2121
android:supportsRtl="true"
2222
android:theme="@style/app_Theme.AgoraKTV"
23+
android:networkSecurityConfig="@xml/network_security_config"
2324
tools:targetApi="31">
2425
<activity
2526
android:name=".ui.MainActivity"
14.4 MB
Binary file not shown.

0 commit comments

Comments
 (0)