Skip to content

Commit

Permalink
Merge pull request #39 from wuleihenbang/master
Browse files Browse the repository at this point in the history
feat: 升级target sdk version 为34
  • Loading branch information
chandarlee authored Aug 6, 2024
2 parents d23696a + 3cc1918 commit 709b144
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions NLiteAVDemo-Android-Java/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
android:name="com.netease.yunxin.app.videocall.SplashActivity"
android:theme="@style/Theme.AppCompat.NoActionBar"
android:screenOrientation="portrait"
android:exported="true"
android:launchMode="singleTop">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand All @@ -67,6 +68,7 @@
android:name="com.netease.yunxin.app.videocall.MainActivity"
android:theme="@style/Theme.AppCompat.NoActionBar"
android:screenOrientation="portrait"
android:exported="false"
android:launchMode="singleTask">

<intent-filter>
Expand Down
6 changes: 3 additions & 3 deletions NLiteAVDemo-Android-Java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ task clean(type: Delete) {
}

ext {
compileSdkVersion = 31
buildToolsVersion = "30.0.0"
compileSdkVersion = 34
buildToolsVersion = "34.0.0"
minSdkVersion = 21
targetSdkVersion = 30
targetSdkVersion = 34

ndkAbis = [
'armeabi-v7a',
Expand Down

0 comments on commit 709b144

Please sign in to comment.