Commit c9027b72 authored by Max Lv's avatar Max Lv

Update AdView IDs

parent e9e5c1c0
......@@ -50,7 +50,7 @@
]
}
},
"admob_app_id": "ca-app-pub-9097031975646651~3330146721"
"admob_app_id": "ca-app-pub-3283768469187309~3571758745"
},
{
"client_info": {
......
......@@ -98,6 +98,6 @@
<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="ca-app-pub-9097031975646651~3330146721"/>
android:value="ca-app-pub-3283768469187309~3571758745"/>
</application>
</manifest>
......@@ -191,7 +191,7 @@ class ProfilesFragment : ToolbarFragment(), Toolbar.OnMenuItemClickListener {
isAttached = true
if (item.host == "198.199.101.152") {
val builder = AdLoader.Builder(context, "ca-app-pub-9097031975646651/9333091620")
val builder = AdLoader.Builder(context, "ca-app-pub-3283768469187309/8632513739")
builder.forUnifiedNativeAd { unifiedNativeAd ->
if (!isAdLoaded && isAttached) lifecycleScope.launchWhenStarted {
// OnUnifiedNativeAdLoadedListener implementation.
......
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