Skip to content

Commit 996ff34

Browse files
lanqiiliuAbySwifter
authored andcommitted
【LiveKit】【Android】fixbugs and support more features
1 parent 174e79a commit 996ff34

File tree

43 files changed

+522
-331
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+522
-331
lines changed

Android/CHANGELOG.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
## 2.2.0
2-
### New Features
3-
- Android&iOS: UI overall interaction upgrade
4-
- Android&iOS: Added new start page function settings (music, sound effects, settings)
5-
- Android&iOS: Updated interaction of the function area at the bottom of the live page
6-
- Android&iOS: Added microphone sound wave effects, microphone UI upgrade 5. Added microphone management list panel
7-
- Android&iOS: Add plugins of beauty effects and gift effects
81
## 2.1.0
92
### New Features
103
- Android&iOS: Demo interactive upgrade.
@@ -32,4 +25,4 @@
3225
- Android&iOS: Support audience microphone connection.
3326
- Android&iOS: Support audience list.
3427
- Android&iOS: Support bullet screen component.
35-
- Android&iOS: Support gift components.
28+
- Android&iOS: Support gift components.

Android/app/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ android {
1111
versionCode 1
1212
versionName "1.0"
1313

14+
targetSdkVersion 34
1415
multiDexEnabled true
1516

1617
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -36,4 +37,5 @@ dependencies {
3637

3738
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7'
3839
implementation 'androidx.appcompat:appcompat:1.3.1'
40+
implementation 'javax.annotation:javax.annotation-api:1.3.2'
3941
}

Android/app/proguard-rules.pro

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,9 @@
1818

1919
# If you keep the line number information, uncomment this to
2020
# hide the original source file name.
21-
#-renamesourcefileattribute SourceFile
21+
#-renamesourcefileattribute SourceFile
22+
23+
-dontwarn javax.annotation.Nullable
24+
25+
-keep class com.tencent.** { *; }
26+
-keep class com.trtc.uikit.livekit.livestreamcore.** { *; }

Android/engine_source/README.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

Android/engine_source/build.gradle

Lines changed: 0 additions & 74 deletions
This file was deleted.

Android/engine_source/build_sdk.sh

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)