Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
F
FileManager
Project
Project
Details
Activity
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yanglin
FileManager
Commits
e66dd0d2
Commit
e66dd0d2
authored
Apr 18, 2024
by
许译文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add 广告依赖
parent
93028a05
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
14 deletions
+35
-14
build.gradle
MyDemo3/app/build.gradle
+14
-14
build.gradle
MyDemo3/build.gradle
+5
-0
settings.gradle
MyDemo3/settings.gradle
+16
-0
No files found.
MyDemo3/app/build.gradle
View file @
e66dd0d2
plugins
{
plugins
{
alias
(
libs
.
plugins
.
androidApplication
)
alias
(
libs
.
plugins
.
androidApplication
)
alias
(
libs
.
plugins
.
jetbrainsKotlinAndroid
)
alias
(
libs
.
plugins
.
jetbrainsKotlinAndroid
)
id
'applovin-quality-service'
}
}
applovin
{
apiKey
"7M6t_fBDFPKdlDdekL1bw1OntM7gd4Vk5yK_p7yEdl9BCKCfGZpmZMvL2LDHcuNGWIHLXPD0w_SFDDv94WMaSw"
}
android
{
android
{
namespace
'com.xm.test.myfilemaster'
namespace
'com.xm.test.myfilemaster'
...
@@ -37,20 +41,11 @@ android {
...
@@ -37,20 +41,11 @@ android {
kotlinOptions
{
kotlinOptions
{
jvmTarget
=
'1.8'
jvmTarget
=
'1.8'
}
}
buildscript
{
repositories
{
maven
{
url
'https://artifacts.applovin.com/android'
}
flatDir
{
dirs
'libs'
}
}
dependencies
{
classpath
"com.applovin.quality:AppLovinQualityServiceGradlePlugin:+"
}
buildFeatures
{
buildFeatures
{
viewBinding
=
true
viewBinding
=
true
}
}
}
}
}
apply
plugin:
'com.android.application'
apply
plugin:
'com.android.application'
dependencies
{
dependencies
{
...
@@ -84,6 +79,11 @@ dependencies {
...
@@ -84,6 +79,11 @@ dependencies {
annotationProcessor
'com.github.bumptech.glide:compiler:4.12.0'
annotationProcessor
'com.github.bumptech.glide:compiler:4.12.0'
implementation
'com.applovin:applovin-sdk:+'
implementation
'com.applovin:applovin-sdk:+'
implementation
'com.applovin.mediation:google-adapter:+'
implementation
'com.applovin.mediation:vungle-adapter:+'
implementation
'com.applovin.mediation:facebook-adapter:+'
implementation
'com.applovin.mediation:mintegral-adapter:+'
implementation
'com.applovin.mediation:bytedance-adapter:+'
implementation
'com.google.android.gms:play-services-location:21.2.0'
implementation
'com.google.android.gms:play-services-location:21.2.0'
...
@@ -100,7 +100,7 @@ dependencies {
...
@@ -100,7 +100,7 @@ dependencies {
implementation
files
(
'libs/trustlook_cleanjunk_sdk_release_3.0.4.20240322.aar'
)
implementation
files
(
'libs/trustlook_cleanjunk_sdk_release_3.0.4.20240322.aar'
)
implementation
files
(
'libs/cloudscan_sdk_5.0.5.20240306.aar'
)
implementation
files
(
'libs/cloudscan_sdk_5.0.5.20240306.aar'
)
implementation
(
"com.github.bumptech.glide:glide:4.15.1"
)
implementation
(
"com.blankj:utilcodex:1.31.1"
)
implementation
(
"com.blankj:utilcodex:1.31.1"
)
implementation
(
"androidx.datastore:datastore-preferences:1.0.0"
)
implementation
(
"androidx.datastore:datastore-preferences:1.0.0"
)
}
}
MyDemo3/build.gradle
View file @
e66dd0d2
// Top-level build file where you can add configuration options common to all sub-projects/modules.
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript
{
dependencies
{
classpath
"com.applovin.quality:AppLovinQualityServiceGradlePlugin:5.2.4"
}
}
plugins
{
plugins
{
alias
(
libs
.
plugins
.
androidApplication
)
apply
false
alias
(
libs
.
plugins
.
androidApplication
)
apply
false
alias
(
libs
.
plugins
.
jetbrainsKotlinAndroid
)
apply
false
alias
(
libs
.
plugins
.
jetbrainsKotlinAndroid
)
apply
false
...
...
MyDemo3/settings.gradle
View file @
e66dd0d2
...
@@ -7,9 +7,17 @@ pluginManagement {
...
@@ -7,9 +7,17 @@ pluginManagement {
includeGroupByRegex
(
"androidx.*"
)
includeGroupByRegex
(
"androidx.*"
)
}
}
}
}
flatDir
{
dirs
'libs'
}
google
()
google
()
mavenCentral
()
mavenCentral
()
gradlePluginPortal
()
gradlePluginPortal
()
maven
{
url
'https://artifacts.applovin.com/android'
}
maven
{
url
"https://artifact.bytedance.com/repository/pangle"
}
maven
{
url
"https://dl-maven-android.mintegral.com/repository/mbridge_android_sdk_oversea"
}
}
}
}
}
dependencyResolutionManagement
{
dependencyResolutionManagement
{
...
@@ -17,6 +25,14 @@ dependencyResolutionManagement {
...
@@ -17,6 +25,14 @@ dependencyResolutionManagement {
repositories
{
repositories
{
google
()
google
()
mavenCentral
()
mavenCentral
()
flatDir
{
dirs
'libs'
}
maven
{
url
'https://artifacts.applovin.com/android'
}
maven
{
url
"https://artifact.bytedance.com/repository/pangle"
}
maven
{
url
"https://dl-maven-android.mintegral.com/repository/mbridge_android_sdk_oversea"
}
}
}
}
}
...
...
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