Skip to content

Commit

Permalink
💸 Change App ID and Ads IDs
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Colman Lopes <[email protected]>
  • Loading branch information
LeoColman committed Feb 12, 2025
1 parent 0780904 commit 8a5c6ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/playstore/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@

<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="ca-app-pub-4066886200642192~3960712183" />
android:value="ca-app-pub-9745951044027822~9556252398" />
</application>
</manifest>
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fun AdsView() {
AdView(it).apply {
setAdSize(AdSize.BANNER)
adUnitId =
if (BuildConfig.DEBUG) "ca-app-pub-3940256099942544/6300978111" else "ca-app-pub-4066886200642192/3952973327"
if (BuildConfig.DEBUG) "ca-app-pub-3940256099942544/6300978111" else "ca-app-pub-9745951044027822/3267619176"
loadAd(AdRequest.Builder().build())
}
}, Modifier.fillMaxWidth())
Expand Down

0 comments on commit 8a5c6ce

Please sign in to comment.