Skip to content

Commit

Permalink
Added app manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiaswking committed Apr 18, 2017
1 parent 439a0ee commit 590664f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions admob/src/googlemobileads.cpp
@@ -1,7 +1,6 @@

/*
https://github.com/yinjimmy/firebase
*/


Expand Down Expand Up @@ -62,7 +61,8 @@ static void SetupAdRequest()
{ "199e2e182e2f89a2c22a47e03e048772",
"ea71229c04c0e221e30a2be8a076f1aa",
"d6fafe1dc659201e741c1dfdf00223fc", //DVS-1190,
"8497A7462C631CD09AA9DDD6C1D23B0F", //DVS-1004
"8497A7462C631CD09AA9DDD6C1D23B0F", //DVS-1004,
"ED455496C7B5BC4ADF3137A45385199B", //Nexus 6P, Android 7.0
};
g_AdRequest.test_device_id_count = sizeof(kTestDeviceIDs) / sizeof(kTestDeviceIDs[0]);
g_AdRequest.test_device_ids = kTestDeviceIDs;
Expand Down Expand Up @@ -154,7 +154,7 @@ static void LuaInit(lua_State* L)
assert(top == lua_gettop(L));
}


#if defined(DM_PLATFORM_ANDROID)
static JNIEnv* GetJNIEnv()
{
Expand Down
4 changes: 4 additions & 0 deletions game.appmanifest
@@ -0,0 +1,4 @@
platforms:
armv7-android:
context:
excludeJars: ["(.*)/google-play-services.jar", "(.*)/android-support-v4.jar"]
4 changes: 4 additions & 0 deletions game.project
Expand Up @@ -33,3 +33,7 @@ bundle_identifier = com.defold.adtest
[admob]
app_id = ca-app-pub-9240950311969112~9073338586

[native_extension]
app_manifest = game.appmanifest


0 comments on commit 590664f

Please sign in to comment.