Skip to content

Commit

Permalink
fix: adjust admob key
Browse files Browse the repository at this point in the history
  • Loading branch information
aleixo-dev committed Apr 27, 2024
1 parent 93509d3 commit 1e682a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="@string/google_ad_mob_api_key"/>
android:value="@string/manifest_admob_id"/>
</application>

</manifest>
2 changes: 1 addition & 1 deletion app/src/main/java/com/nicolas/freegames/utils/AdView.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fun AdView(modifier : Modifier = Modifier) {
currentWidth
)
)
adUnitId = context.getString(R.string.admob_key_ad)
adUnitId = context.getString(R.string.admob_key_id)
loadAd(AdRequest.Builder().build())
}
}
Expand Down

0 comments on commit 1e682a4

Please sign in to comment.