Skip to content

Commit

Permalink
#41 Update
Browse files Browse the repository at this point in the history
Former-commit-id: fc0548a
  • Loading branch information
gumaciel committed Jan 12, 2021
1 parent 8119332 commit 8d1bbdd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ data_*/

example/android
ios/admob/lib
.DS_Store
.DS_Store

*.o
*.d
4 changes: 2 additions & 2 deletions android/admob/admob/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.poing.admob">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.INTERNET"/>
<application>
<meta-data
android:name="org.godotengine.plugin.v1.AdMob"
android:value="com.poing.admob.AdMob" />
<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="ca-app-pub-3940256099942544~3347511713"/> <!--CHANGE FOR YOUR AdMob App ID-->
android:value="ca-app-pub-3940256099942544~3347511713"/>
</application>

</manifest>

0 comments on commit 8d1bbdd

Please sign in to comment.