Skip to content

Commit

Permalink
prepare admob
Browse files Browse the repository at this point in the history
  • Loading branch information
7underlines committed Aug 17, 2024
1 parent 855cfd6 commit e0e3cd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/file_paths"></meta-data>
</provider>

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

<!-- Permissions -->
Expand Down
1 change: 1 addition & 0 deletions android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
<string name="title_activity_main">Quick Dungeon Crawler on Demand!</string>
<string name="package_name">com.thomaspeissl.quick_dungeon_crawler_od.twa</string>
<string name="custom_url_scheme">com.thomaspeissl.quick_dungeon_crawler_od.twa</string>
<string name="admob_app_id">ca-app-pub-4928248831407961~9898960459</string>
</resources>

0 comments on commit e0e3cd2

Please sign in to comment.