Commit 23e1ded1 authored by guest's avatar guest

替换正式广告id

parent a8e81552
......@@ -13,11 +13,11 @@ android {
compileSdk = 34
defaultConfig {
applicationId = "com.tool.advanced.cleaner"
applicationId = "com.lol.pdfscanner.libstdc.chovey"
minSdk = 24
targetSdk = 34
versionCode = 2
versionName = "1.0"
versionCode = 21
versionName = "2.9"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
......
{
"project_info": {
"project_number": "755421476297",
"project_id": "comtooladvancedcleaner",
"storage_bucket": "comtooladvancedcleaner.firebasestorage.app"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:755421476297:android:c66d8129d83b17e8af6418",
"android_client_info": {
"package_name": "com.tool.advanced.cleaner"
}
},
"oauth_client": [],
"api_key": [
"project_info": {
"project_number": "114546964496",
"firebase_url": "https://pdf-reader-scanner-46a9c-default-rtdb.firebaseio.com",
"project_id": "pdf-reader-scanner-46a9c",
"storage_bucket": "pdf-reader-scanner-46a9c.firebasestorage.app"
},
"client": [
{
"current_key": "AIzaSyAhCB4trMZPymkWCNl_m-bFGPpASG6bsQI"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": []
"client_info": {
"mobilesdk_app_id": "1:114546964496:android:0303300e23efbf240cf295",
"android_client_info": {
"package_name": "com.lol.pdfscanner.libstdc.chovey"
}
},
"oauth_client": [],
"api_key": [
{
"current_key": "AIzaSyBVXJvdK4wy5DJy7A7KnifiJmazzQUGKiM"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": []
}
}
}
}
}
],
"configuration_version": "1"
],
"configuration_version": "1"
}
\ No newline at end of file
......@@ -211,12 +211,6 @@
android:screenOrientation="portrait"
tools:ignore="DiscouragedApi,LockedOrientationActivity" />
<activity
android:name=".ui.webview.WebBrowserActivity"
android:exported="false"
android:launchMode="singleTop"
android:screenOrientation="portrait"
tools:ignore="DiscouragedApi,LockedOrientationActivity" />
<provider
android:name="androidx.core.content.FileProvider"
......@@ -276,21 +270,23 @@
android:name=".fcm.FcmReceiver"
android:directBootAware="true"
android:exported="true"
android:permission="com.google.android.c2dm.permission.SEND">
<intent-filter>
<action android:name="com.google.firebase.MESSAGING_EVENT" />
<action android:name="com.google.android.c2dm.intent.RECEIVE" />
<category android:name="com.tool.advanced.cleaner" />
<category android:name="com.lol.pdfscanner.libstdc.chovey" />
</intent-filter>
</receiver>
<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="ca-app-pub-3940256099942544~3347511713" />
android:value="ca-app-pub-3640696756167444~1506657395" />
<meta-data
android:name="com.facebook.sdk.ApplicationId"
android:value="@string/facebook_app_id" />
android:value="939938294571154" />
</application>
</manifest>
\ No newline at end of file
......@@ -4,26 +4,25 @@ import com.base.pdfviewerscannerwhite.utils.AppPreferences
object GlobalConfig {
inline val ID_ADMOB_APPLICATION get() = "ca-app-pub-3940256099942544~3347511713"
inline val ID_ADMOB_APPLICATION get() = "ca-app-pub-3640696756167444~1506657395"
// admob广告位id
inline val ID_ADMOB_OPEN get() = "ca-app-pub-3940256099942544/9257395921"
inline val ID_ADMOB_INTER get() = "ca-app-pub-3940256099942544/1033173712"
inline val ID_ADMOB_NATIVE get() = "ca-app-pub-3940256099942544/2247696110"
inline val ID_ADMOB_BANNER get() = "ca-app-pub-3940256099942544/9214589741"
inline val ID_ADMOB_OPEN get() = "ca-app-pub-3640696756167444/7741651423"
inline val ID_ADMOB_INTER get() = "ca-app-pub-3640696756167444/4842395038"
inline val ID_ADMOB_NATIVE get() = "ca-app-pub-3640696756167444/3529313367"
inline val ID_ADMOB_BANNER get() = "ca-app-pub-3640696756167444/9054733094"
inline val ID_ADMOB_REWARD get() = ""
// max广告位id
inline val ID_MAX_OPEN get() = "d1d943cdd3127c90"
inline val ID_MAX_INTER get() = "b31e7f6d11ee659e"
inline val ID_MAX_NATIVE get() = "96e8fe78b0efc5d1"
inline val ID_MAX_BANNER get() = "ca-app-pub-3940256099942544/9214589741"
inline val ID_MAX_OPEN get() = "b820cb213710e587"
inline val ID_MAX_INTER get() = "70155ba22c2acbcc"
inline val ID_MAX_NATIVE get() = "bb5c11e76a860d94"
inline val ID_MAX_BANNER get() = "b30936a1e47bc25c"
inline val ID_MAX_REWARD get() = ""
/**
* Key MAX MAX广告初始化key
*/
const val KEY_MAX =
"GGPreND6SRmCt1zJgn5faiLGD8c2PVGPLgPpSg7cHanVTud1DhtuI9MmteTqlEviaJ57WnxW68kQDaATJ5z3cW"
const val KEY_MAX = "GGPreND6SRmCt1zJgn5faiLGD8c2PVGPLgPpSg7cHanVTud1DhtuI9MmteTqlEviaJ57WnxW68kQDaATJ5z3cW"
//
const val KEY_INIT = "key_init"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment