Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_fiveworld
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_fiveworld
Commits
fdf557a7
Commit
fdf557a7
authored
Dec 31, 2021
by
jyx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加sigmob
parent
207e7c54
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
0 deletions
+23
-0
build.gradle
app/build.gradle
+3
-0
sigmob_adapter_3.4.1.4.aar
app/libs/sigmob_adapter_3.4.1.4.aar
+0
-0
windAd-3.4.1.aar
app/libs/windAd-3.4.1.aar
+0
-0
AndroidManifest.xml
app/src/main/AndroidManifest.xml
+20
-0
No files found.
app/build.gradle
View file @
fdf557a7
...
...
@@ -245,12 +245,15 @@ dependencies {
implementation
(
name:
'gdt_adapter_4.422.1292.0'
,
ext:
'aar'
)
implementation
(
name:
'ks_adapter_3.3.17.1'
,
ext:
'aar'
)
implementation
(
name:
'pangle_adapter_4.0.1.9.1'
,
ext:
'aar'
)
implementation
(
name:
'sigmob_adapter_3.4.1.4'
,
ext:
'aar'
)
// 穿山甲广告
implementation
(
name:
'open_ad_sdk_4.0.1.9'
,
ext:
'aar'
)
// 广点通广告 腾讯
implementation
(
name:
'GDTSDK.unionNormal.4.431.1301'
,
ext:
'aar'
)
// 快手
implementation
(
name:
'kssdk-ad-3.3.17'
,
ext:
'aar'
)
// sigmob
implementation
(
name:
'windAd-3.4.1'
,
ext:
'aar'
)
// talkingdata已集成
...
...
app/libs/sigmob_adapter_3.4.1.4.aar
0 → 100644
View file @
fdf557a7
File added
app/libs/windAd-3.4.1.aar
0 → 100644
View file @
fdf557a7
File added
app/src/main/AndroidManifest.xml
View file @
fdf557a7
...
...
@@ -342,6 +342,26 @@
android:resource=
"@xml/file_paths"
tools:replace=
"android:resource"
/>
</provider>
<!-- 广点通广告 -->
<!-- sigmob start================== -->
<activity
android:name=
"com.sigmob.sdk.base.common.AdActivity"
android:excludeFromRecents=
"true"
android:screenOrientation=
"portrait"
android:configChanges=
"keyboard|keyboardHidden|orientation|screenSize"
android:theme=
"@style/sig_transparent_style"
/>
<provider
android:name=
"com.sigmob.sdk.SigmobFileProvider"
android:authorities=
"${applicationId}.sigprovider"
android:exported=
"false"
android:grantUriPermissions=
"true"
>
<meta-data
android:name=
"android.support.FILE_PROVIDER_PATHS"
android:resource=
"@xml/sigmob_provider_paths"
/>
</provider>
<!-- sigmob end================== -->
<uses-library
android:name=
"org.apache.http.legacy"
android:required=
"false"
/>
...
...
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