先去掉Moloco

This commit is contained in:
chenxi 2023-08-14 19:59:01 +08:00
parent 5ab8615d87
commit c78cea4045
2 changed files with 2 additions and 3 deletions

View File

@ -102,7 +102,6 @@ dependencies {
implementation 'com.parse.bolts:bolts-android:1.4.0' // Assets/ThirdParty/FacebookSDK/Plugins/Editor/Dependencies.xml:4
implementation 'com.tapjoy:tapjoy-android-sdk:12.11.1' // Assets/IronSource/Editor/ISTapJoyAdapterDependencies.xml:15
implementation 'com.unity3d.ads:unity-ads:4.6.1' // Assets/IronSource/Editor/ISUnityAdsAdapterDependencies.xml:15
implementation 'com.moloco.sdk.adapters:ironsource:1.2.3.0' // Assets/ThirdParty/IronSource/Moloco/Editor/ISMolocoAdapterDependencies.xml:5
// Android Resolver Dependencies End
}
@ -116,7 +115,7 @@ android {
}
defaultConfig {
minSdkVersion 21
minSdkVersion 19
targetSdkVersion 31
ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a'

View File

@ -19,7 +19,7 @@ android {
}
defaultConfig {
minSdkVersion 21
minSdkVersion 19
targetSdkVersion 31
applicationId 'REPLACE_APPLICATION_ID'
ndk {