Skip to content

Commit

Permalink
Fix bug, update sdk.
Browse files Browse the repository at this point in the history
  • Loading branch information
garyxgwang committed Jul 14, 2021
1 parent 9603b79 commit 8322bc0
Show file tree
Hide file tree
Showing 717 changed files with 18,542 additions and 44,099 deletions.
11 changes: 3 additions & 8 deletions Demo/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.tencent.liteav.demo"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 18
versionName "8.8.912"
versionCode 19
versionName "8.9.1015"

multiDexEnabled true
ndk {
Expand Down Expand Up @@ -43,12 +43,6 @@ android {
dependencies {

compile fileTree(dir: 'libs', include: ['*.jar'])

compile project(':trtcliveroomdemo')
compile project(':trtcvoiceroomdemo')
compile project(':trtccallingdemo')
compile project(':trtcmeetingdemo')
compile project(':trtcchatsalondemo')
compile project(':login')
compile project(':ugcvideoeditdemo')
compile project(':ugcvideojoindemo')
Expand All @@ -61,6 +55,7 @@ dependencies {
compile project(':livelinkmicdemoold')
compile project(':livelinkmicdemonew')
compile project(':livepusherscreendemo')
compile project(':trtcdemo')

compile 'com.android.support:appcompat-v7:25.+'
compile 'com.android.support:recyclerview-v7:25.+'
Expand Down
6 changes: 1 addition & 5 deletions Demo/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
android:theme="@style/AppTheme"
tools:replace="android:allowBackup">

<service
android:name=".CallService"
android:enabled="true"
android:exported="false"></service>

<!-- 【必须】消息收发service -->

<activity android:name=".SplashActivity" android:launchMode="singleTask"
Expand Down Expand Up @@ -97,6 +92,7 @@
android:exported="false"
tools:node="merge">
</service>
<service android:name=".CallService" android:enabled="true" android:exported="false" />
</application>
<uses-feature android:name="android.hardware.camera" />
<uses-feature android:name="android.hardware.camera.autofocus" />
Expand Down
Loading

0 comments on commit 8322bc0

Please sign in to comment.