广告sdk

This commit is contained in:
chenxi 2023-08-11 23:06:17 +08:00
parent ad9bb05f62
commit 399374dc6c
3 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<dependencies> <dependencies>
<androidPackages> <!-- <androidPackages>
<androidPackage spec="com.moloco.sdk.adapters:applovin:1.2.3.0"> <androidPackage spec="com.moloco.sdk.adapters:applovin:1.2.3.0">
</androidPackage> </androidPackage>
</androidPackages> </androidPackages> -->
<iosPods> <iosPods>
<iosPod name="MolocoCustomAdapterAppLovin" version="1.1.0" /> <iosPod name="MolocoCustomAdapterAppLovin" version="1.1.0" />
</iosPods> </iosPods>

View File

@ -116,7 +116,7 @@ android {
} }
defaultConfig { defaultConfig {
minSdkVersion 19 minSdkVersion 21
targetSdkVersion 31 targetSdkVersion 31
ndk { ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a' abiFilters 'armeabi-v7a', 'arm64-v8a'

View File

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