Skip to content

Commit

Permalink
添加蓝牙连接权限
Browse files Browse the repository at this point in the history
  • Loading branch information
MJLblabla committed Jan 5, 2023
1 parent 8d146db commit e380bcf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
Binary file modified app-sdk/qlive-sdk-uikit/qlive-uikit-1.0.6.aar
Binary file not shown.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ public class DependsComp {
def runtime_ktx() {
return "androidx.lifecycle:lifecycle-runtime-ktx:$lifecycle_version"
}

def lifecycle_ext(){
return "androidx.lifecycle:lifecycle-extensions:$lifecycle_version"
}
def lifecycleCompiler() {
return "androidx.lifecycle:lifecycle-compiler:$lifecycle_version"
}
Expand Down
2 changes: 1 addition & 1 deletion liveroom-uikit-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
}else {
api project(':qlivesdk')
}

implementation depend.lifecycle_ext()
api depend.glide()
api depend.runtime_ktx()
api depend.recyclerview()
Expand Down
1 change: 1 addition & 0 deletions qlive-uikit/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
Expand Down

0 comments on commit e380bcf

Please sign in to comment.