Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_vedio
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
android
android_vedio
Commits
9db49485
Commit
9db49485
authored
Dec 01, 2023
by
jyx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新GromoreSdk
parent
14e53d15
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
80 additions
and
3 deletions
+80
-3
build.gradle
video/app/build.gradle
+3
-3
Baidu_MobAds_SDK_v9.3223.aar
video/app/libs/Baidu_MobAds_SDK_v9.3223.aar
+0
-0
GDTSDK.unionNormal.4.542.1412.aar
video/app/libs/GDTSDK.unionNormal.4.542.1412.aar
+0
-0
baiduMobAds_adapter_9.3223.1.aar
video/app/libs/baiduMobAds_adapter_9.3223.1.aar
+0
-0
gdt_adapter_4.542.1412.1.aar
video/app/libs/gdt_adapter_4.542.1412.1.aar
+0
-0
ks_adapter_3.3.51.1.1.aar
video/app/libs/ks_adapter_3.3.51.1.1.aar
+0
-0
ks_adapter_3.3.53.1.aar
video/app/libs/ks_adapter_3.3.53.1.aar
+0
-0
kssdk-ad-3.3.53.aar
video/app/libs/kssdk-ad-3.3.53.aar
+0
-0
AndroidManifest.xml
video/app/src/main/AndroidManifest.xml
+60
-0
bd_file_paths.xml
video/app/src/main/res/xml/bd_file_paths.xml
+8
-0
gdt_file_path.xml
video/app/src/main/res/xml/gdt_file_path.xml
+9
-0
No files found.
video/app/build.gradle
View file @
9db49485
...
...
@@ -10,8 +10,8 @@ android {
applicationId
"com.duben.speedplaylet"
minSdkVersion
rootProject
.
ext
.
androidMinSdkVersion
targetSdkVersion
rootProject
.
ext
.
androidTargetSdkVersion
versionCode
6
versionName
"1.0.
5
"
versionCode
7
versionName
"1.0.
6
"
flavorDimensions
"default"
// dex突破65535的限制
...
...
@@ -221,7 +221,7 @@ dependencies {
}
// 穿山甲聚合 接入【穿山甲、快手】
implementation
"com.pangle.cn:mediation-sdk:5.
6.0.3
"
implementation
"com.pangle.cn:mediation-sdk:5.
7.0.5
"
// 腾讯播放器
implementation
"com.tencent.liteav:LiteAVSDK_Player:11.3.0.13176"
...
...
video/app/libs/Baidu_MobAds_SDK_v9.3223.aar
0 → 100644
View file @
9db49485
File added
video/app/libs/GDTSDK.unionNormal.4.542.1412.aar
0 → 100644
View file @
9db49485
File added
video/app/libs/baiduMobAds_adapter_9.3223.1.aar
0 → 100644
View file @
9db49485
File added
video/app/libs/gdt_adapter_4.542.1412.1.aar
0 → 100644
View file @
9db49485
File added
video/app/libs/ks_adapter_3.3.51.1.1.aar
deleted
100644 → 0
View file @
14e53d15
File deleted
video/app/libs/ks_adapter_3.3.53.1.aar
0 → 100644
View file @
9db49485
File added
video/app/libs/kssdk-ad-3.3.5
1.1
.aar
→
video/app/libs/kssdk-ad-3.3.5
3
.aar
View file @
9db49485
No preview for this file type
video/app/src/main/AndroidManifest.xml
View file @
9db49485
...
...
@@ -225,5 +225,65 @@
android:authorities=
"${applicationId}.TTMultiProvider"
android:exported=
"false"
/>
<!-- Pangle end================== -->
<!-- GDT start================== -->
<!-- targetSDKVersion >= 24时才需要添加这个provider。provider的authorities属性的值为${applicationId}.fileprovider,请开发者根据自己的${applicationId}来设置这个值,例如本例中applicationId为"com.qq.e.union.demo"。 -->
<provider
android:name=
"com.qq.e.comm.GDTFileProvider"
android:authorities=
"${applicationId}.gdt.fileprovider"
android:exported=
"false"
android:grantUriPermissions=
"true"
>
<meta-data
android:name=
"android.support.FILE_PROVIDER_PATHS"
android:resource=
"@xml/gdt_file_path"
/>
</provider>
<activity
android:name=
"com.qq.e.ads.PortraitADActivity"
android:configChanges=
"keyboard|keyboardHidden|orientation|screenSize"
android:screenOrientation=
"portrait"
/>
<activity
android:name=
"com.qq.e.ads.LandscapeADActivity"
android:configChanges=
"keyboard|keyboardHidden|orientation|screenSize"
android:screenOrientation=
"landscape"
tools:replace=
"android:screenOrientation"
/>
<!-- 声明SDK所需要的组件 -->
<service
android:name=
"com.qq.e.comm.DownloadService"
android:exported=
"false"
/>
<!-- 请开发者注意字母的大小写,ADActivity,而不是AdActivity -->
<activity
android:name=
"com.qq.e.ads.ADActivity"
android:configChanges=
"keyboard|keyboardHidden|orientation|screenSize"
/>
<!-- GDT end================== -->
<!-- baidu start================== -->
<!-- 声明打开落地页的Activity(不建议修改主题配置)-->
<activity
android:name=
"com.baidu.mobads.sdk.api.AppActivity"
android:configChanges=
"screenSize|keyboard|keyboardHidden|orientation"
android:theme=
"@android:style/Theme.NoTitleBar"
/>
<!-- 声明打开显示激励视频/全屏视频的Activity-->
<activity
android:name=
"com.baidu.mobads.sdk.api.MobRewardVideoActivity"
android:configChanges=
"screenSize|orientation|keyboardHidden"
android:launchMode=
"singleTask"
android:theme=
"@android:style/Theme.Translucent.NoTitleBar"
/>
<!-- 如果targetSdkVersion设置值>=24,则强烈建议添加以下provider,否则会影响app变现 -->
<!-- android:authorities="${packageName}.bd.provider" authorities中${packageName}部分必须替换成app自己的包名 -->
<!-- 原来的FileProvider在新版本中改为BdFileProvider,继承自v4的FileProvider,需要在应用内引用support-v4包 -->
<provider
android:name=
"com.baidu.mobads.sdk.api.BdFileProvider"
android:authorities=
"${applicationId}.bd.provider"
android:exported=
"false"
android:grantUriPermissions=
"true"
>
<meta-data
android:name=
"android.support.FILE_PROVIDER_PATHS"
android:resource=
"@xml/bd_file_paths"
/>
</provider>
<!-- baidu end================== -->
</application>
</manifest>
\ No newline at end of file
video/app/src/main/res/xml/bd_file_paths.xml
0 → 100644
View file @
9db49485
<?xml version="1.0" encoding="utf-8"?>
<paths
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<external-path
name=
"bd_lv_path"
path=
"/"
/>
<external-files-path
name=
"bdpath"
path=
"bddownload/"
/>
<external-path
name=
"bdpathsd"
path=
"bddownload/"
/>
<files-path
name=
"bd_files_path"
path=
"bddownload/"
/>
<cache-path
name=
"bd_cache_path"
path=
"bddownload/"
/>
</paths>
\ No newline at end of file
video/app/src/main/res/xml/gdt_file_path.xml
0 → 100644
View file @
9db49485
<paths>
<!-- 这个下载路径也不可以修改,必须为com_qq_e_download -->
<external-cache-path
name=
"gdt_sdk_download_path1"
path=
"com_qq_e_download"
/>
<cache-path
name=
"gdt_sdk_download_path2"
path=
"com_qq_e_download"
/>
</paths>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment