Skip to content

Commit

Permalink
替换超级播放器 Demo 与 UI 到6.6.7554
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaHans committed Sep 18, 2019
1 parent 552bfea commit fab7fca
Show file tree
Hide file tree
Showing 477 changed files with 13,461 additions and 3,429 deletions.
6 changes: 0 additions & 6 deletions .idea/encodings.xml

This file was deleted.

36 changes: 0 additions & 36 deletions .idea/misc.xml

This file was deleted.

10 changes: 0 additions & 10 deletions .idea/modules.xml

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/runConfigurations.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

17 changes: 0 additions & 17 deletions .project

This file was deleted.

2 changes: 0 additions & 2 deletions .settings/org.eclipse.buildship.core.prefs

This file was deleted.

50 changes: 0 additions & 50 deletions README.md

This file was deleted.

6 changes: 0 additions & 6 deletions app/.classpath

This file was deleted.

1 change: 0 additions & 1 deletion app/.gitignore

This file was deleted.

23 changes: 0 additions & 23 deletions app/.project

This file was deleted.

2 changes: 0 additions & 2 deletions app/.settings/org.eclipse.buildship.core.prefs

This file was deleted.

57 changes: 36 additions & 21 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,42 +1,57 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 26
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion
defaultConfig {
applicationId "com.coolapk.superplayertest"
minSdkVersion 18
targetSdkVersion 26
applicationId "com.tencent.liteav.demo"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0"
versionName "2.0"
multiDexEnabled true

ndk {
abiFilters "armeabi"
abiFilters "armeabi-v7a","arm64-v8a"
}
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

sourceSets {
main {
jniLibs.srcDirs = ['libs']
}
dexOptions {
jumboMode true
javaMaxHeapSize "4g"
}

// sourceSets {
// main {
// jniLibs.srcDirs = ['libs']
// }
// }
//
// configurations{
// all*.exclude module: 'okhttp'
// all*.exclude module: 'okio'
// }
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
compile 'com.android.support:recyclerview-v7:26.+'
compile project(':lib_tcsuperplayer')
compile 'com.github.ctiao:DanmakuFlameMaster:0.5.4'
compile 'com.github.bumptech.glide:glide:4.9.0'
compile 'com.squareup.okhttp3:logging-interceptor:3.8.1'
compile(name: 'zxing-1.8.4', ext: 'aar')
compile(name: 'barcodescanner-core-1.8.4', ext: 'aar')
compile fileTree(include: ['*.jar'], dir: 'libs')

compile(name: 'volley-1.0.0', ext: 'aar')
compile(name: 'LiteAVSDK_Player', ext: 'aar')
compile 'com.squareup.okhttp3:logging-interceptor:3.9.0'
compile 'com.github.ctiao:DanmakuFlameMaster:0.5.3'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
testCompile 'junit:junit:4.12'

compile project(':lvb')
compile project(':player')
}
Binary file added app/libs/LiteAVSDK_Player.aar
Binary file not shown.
Binary file removed app/libs/LiteAVSDK_Player_6.3.8033.aar
Binary file not shown.
Binary file added app/libs/SocialSDK_QQ_Simplify.jar
Binary file not shown.
Binary file added app/libs/SocialSDK_Sina_Simplify.jar
Binary file not shown.
Binary file added app/libs/SocialSDK_WeChat_Simplify.jar
Binary file not shown.
Binary file removed app/libs/barcodescanner-core-1.8.4.aar
Binary file not shown.
Binary file added app/libs/bugly_crash_release__2.1.jar
Binary file not shown.
Binary file added app/libs/open_sdk_r5781.jar
Binary file not shown.
11 changes: 11 additions & 0 deletions app/libs/readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ע�⣺
��1���ڼ���SDKǰ������Ķ������ĵ������ĵ�������������ļ���SDK��
https://www.qcloud.com/doc/api/258/5319

��2��SDK��صĿ�(jar/so)����app/src/main/jniLibsĿ¼�£�jniLibsĿ¼Ϊandroid studioĬ�ϵ�so����Ŀ¼���Ƽ��ڼ���SDKʱ����demo����������so��jar���������Ĺ��̵�src/main/jniLibsĿ¼��

��3����Ŀ¼�µļ���aar��jarΪdemo�����õ��ĸ����⣬���������Ҫ��Щ���ܣ����������Ƴ���
barcodescanner-core-1.8.4.aar ��ά��ɨ���
zxing-1.8.4.aar ��ά��ɨ���
zxing-core-3.2.1.jar ��ά��ɨ���
bugly_crash_release__2.1.jar bugly�⣬Ϊ��Ѷ�ṩ������crash�ռ������Ŀ�
Binary file added app/libs/umeng_social_api.jar
Binary file not shown.
Binary file added app/libs/umeng_social_net.jar
Binary file not shown.
Binary file added app/libs/umeng_social_shareview.jar
Binary file not shown.
Binary file added app/libs/volley-1.0.0.aar
Binary file not shown.
Binary file added app/libs/wechat-sdk-android-with-mta-1.1.6.jar
Binary file not shown.
Binary file removed app/libs/zxing-1.8.4.aar
Binary file not shown.
Binary file removed app/libs/zxing-core-3.2.1.jar
Binary file not shown.
8 changes: 6 additions & 2 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.
# By default, the flags in this file are appended to flags specified
# in /Users/kuenzhang/Library/Android/sdk/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the proguardFiles
# directive in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html

# Add any project specific keep options here:

# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
Expand Down
Loading

0 comments on commit fab7fca

Please sign in to comment.