diff --git a/build/android/app/build.gradle b/build/android/app/build.gradle index 8d51843..be51faf 100644 --- a/build/android/app/build.gradle +++ b/build/android/app/build.gradle @@ -29,7 +29,7 @@ android { applicationId 'com.kaliber.helloworld' resValue "string", "provider_name", "${applicationId}.fileprovider" resValue "string", "app_name", "Kaliber Hello World" - resValue "string", "interstitial_ad_unit_id", "" + manifestPlaceholders = [appIcon: "@mipmap/ic_launcher"] ext { gnTarget = "hello_world" } @@ -39,7 +39,7 @@ android { applicationId 'com.kaliber.woom' resValue "string", "provider_name", "${applicationId}.fileprovider" resValue "string", "app_name", "Kaliber Demo" - resValue "string", "interstitial_ad_unit_id", "" + manifestPlaceholders = [appIcon: "@mipmap/ic_launcher"] ext { gnTarget = "demo" } @@ -50,6 +50,7 @@ android { resValue "string", "provider_name", "${applicationId}.fileprovider" resValue "string", "app_name", "woom" resValue "string", "interstitial_ad_unit_id", "ca-app-pub-1321063817979967/8373182022" + manifestPlaceholders = [appIcon: "@mipmap/ic_launcher"] ext { gnTarget = "demo" } diff --git a/build/android/app/src/main/AndroidManifest.xml b/build/android/app/src/main/AndroidManifest.xml index 6fa1f00..3630cf0 100644 --- a/build/android/app/src/main/AndroidManifest.xml +++ b/build/android/app/src/main/AndroidManifest.xml @@ -6,7 +6,7 @@ + Kaliber app +