From 2a0a3d2d38f7a719437b6668890c6cf1e39ee292 Mon Sep 17 00:00:00 2001 From: fenglibin Date: Thu, 7 Mar 2024 11:12:10 +0800 Subject: [PATCH] fix bluetooth not work --- .gitignore | 4 ---- app/build.gradle | 2 +- app/src/main/AndroidManifest.xml | 10 ++++++++++ 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 50b7f337..8dc779d3 100644 --- a/.gitignore +++ b/.gitignore @@ -42,12 +42,8 @@ captures/ .idea/** # Keep the code styles. !/.idea/codeStyles -!.idea/codeStyles/Project.xml -!.idea/codeStyles/codeStyleConfig.xml # Keep the inspection levels !/.idea/inspectionProfiles -/.idea/inspectionProfiles/* -!/.idea/inspectionProfiles/Project_Default.xml # Keystore files # Uncomment the following lines if you do not want to check your keystore files in. diff --git a/app/build.gradle b/app/build.gradle index cf3b4f9d..fabaabd2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -273,7 +273,7 @@ dependencies { implementation "com.github.netless-io:sync-player-android:1.2.1" } - implementation 'io.agora.rtc:full-sdk:3.7.1' + implementation 'io.agora.rtc:full-sdk:3.7.2.1' implementation 'com.github.agorabuilder:rtm-sdk:1.4.10' // Exoplayer diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index b394ee32..34126828 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -3,6 +3,10 @@ xmlns:tools="http://schemas.android.com/tools" package="io.agora.flat"> + + @@ -13,6 +17,12 @@ + + + + + +