diff --git a/Live/build.gradle b/Live/build.gradle index 88c37b5..e3320b1 100644 --- a/Live/build.gradle +++ b/Live/build.gradle @@ -4,7 +4,6 @@ android { compileSdkVersion rootProject.ext.compileSdkVersion buildToolsVersion rootProject.ext.buildToolsVersion defaultConfig { -// applicationId "com.frank.live" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode rootProject.ext.versionCode @@ -15,7 +14,7 @@ android { } } ndk{ - abiFilters "armeabi-v7a", "arm64-v8a" + abiFilters /*"armeabi-v7a",*/ "arm64-v8a" } } buildTypes { diff --git a/picture/ffmpeg_group.png b/picture/ffmpeg_group.png index 51fe2bc..67d0181 100644 Binary files a/picture/ffmpeg_group.png and b/picture/ffmpeg_group.png differ