Commit d82b8f66 authored by guest's avatar guest

替换正式id

parent 7b265b0a
...@@ -10,7 +10,7 @@ android { ...@@ -10,7 +10,7 @@ android {
compileSdk 34 compileSdk 34
defaultConfig { defaultConfig {
applicationId "confine.scream" applicationId "com.baloota.photorecyclebin.awm.sp"
minSdk 24 minSdk 24
targetSdk 34 targetSdk 34
versionCode 25 versionCode 25
......
{ {
"project_info": { "project_info": {
"project_number": "135677224109", "project_number": "944507974954",
"project_id": "scream-1bc70", "project_id": "dumpster-photo-recovery",
"storage_bucket": "scream-1bc70.firebasestorage.app" "storage_bucket": "dumpster-photo-recovery.appspot.com"
}, },
"client": [ "client": [
{ {
"client_info": { "client_info": {
"mobilesdk_app_id": "1:135677224109:android:5e3fd3c8cfce99d40a1224", "mobilesdk_app_id": "1:944507974954:android:1309986ccc55e242589a53",
"android_client_info": { "android_client_info": {
"package_name": "confine.scream" "package_name": "com.baloota.photorecyclebin.awm.sp"
} }
}, },
"oauth_client": [], "oauth_client": [],
"api_key": [ "api_key": [
{ {
"current_key": "AIzaSyBIUMrPv6OOQWBheBAylXU94bkwvZgBFsg" "current_key": "AIzaSyDBejd5HFvww_CVve-aFYRBjR-d6XwIBFA"
} }
], ],
"services": { "services": {
......
...@@ -306,14 +306,14 @@ ...@@ -306,14 +306,14 @@
<action android:name="com.google.firebase.MESSAGING_EVENT" /> <action android:name="com.google.firebase.MESSAGING_EVENT" />
<action android:name="com.google.android.c2dm.intent.RECEIVE" /> <action android:name="com.google.android.c2dm.intent.RECEIVE" />
<category android:name="com.test.easy.cleanerjunk" /> <category android:name="com.baloota.photorecyclebin.awm.sp" />
</intent-filter> </intent-filter>
</receiver> </receiver>
<!-- Sample AdMob App ID: ca-app-pub-3940256099942544~3347511713 --> <!-- Sample AdMob App ID: ca-app-pub-3940256099942544~3347511713 -->
<meta-data <meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID" android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="ca-app-pub-3940256099942544~3347511713" /> android:value="ca-app-pub-3838048042416287~9437965450" />
<meta-data <meta-data
android:name="com.facebook.sdk.ApplicationId" android:name="com.facebook.sdk.ApplicationId"
android:value="@string/facebook_app_id" /> android:value="@string/facebook_app_id" />
......
...@@ -18,10 +18,10 @@ object ConfigHelper { ...@@ -18,10 +18,10 @@ object ConfigHelper {
const val nativeAdmobIdTest = "ca-app-pub-3940256099942544/2247696110" const val nativeAdmobIdTest = "ca-app-pub-3940256099942544/2247696110"
// admob广告id // admob广告id
const val interAdmobId = "ca-app-pub-3940256099942544/1033173712" const val interAdmobId = "ca-app-pub-3838048042416287/8234531162"
const val nativeAdmobId = "ca-app-pub-3940256099942544/2247696110" const val nativeAdmobId = "ca-app-pub-3838048042416287/6196724440"
const val openAdmobId = "ca-app-pub-3940256099942544/9257395921" const val openAdmobId = "ca-app-pub-3838048042416287/8720350971"
const val bannerAdmobId = "ca-app-pub-3940256099942544/9214589741" const val bannerAdmobId = "ca-app-pub-3838048042416287/6921449490"
//max id //max id
const val interAdMaxId = "b31e7f6d11ee659e" const val interAdMaxId = "b31e7f6d11ee659e"
......
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