From 64c63d41843b8492b9089de404a83fdbdf76e262 Mon Sep 17 00:00:00 2001 From: Attila Uygun Date: Wed, 6 Sep 2023 20:26:31 +0200 Subject: [PATCH] Remove provider_name resValue from build.gradle --- build/android/app/build.gradle | 3 --- build/android/app/src/main/AndroidManifest.xml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/build/android/app/build.gradle b/build/android/app/build.gradle index be51faf..62116be 100644 --- a/build/android/app/build.gradle +++ b/build/android/app/build.gradle @@ -27,7 +27,6 @@ android { helloWorld { dimension 'game' applicationId 'com.kaliber.helloworld' - resValue "string", "provider_name", "${applicationId}.fileprovider" resValue "string", "app_name", "Kaliber Hello World" manifestPlaceholders = [appIcon: "@mipmap/ic_launcher"] ext { @@ -37,7 +36,6 @@ android { demo { dimension 'game' applicationId 'com.kaliber.woom' - resValue "string", "provider_name", "${applicationId}.fileprovider" resValue "string", "app_name", "Kaliber Demo" manifestPlaceholders = [appIcon: "@mipmap/ic_launcher"] ext { @@ -47,7 +45,6 @@ android { woom { dimension 'game' applicationId 'com.woom.game' - 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"] diff --git a/build/android/app/src/main/AndroidManifest.xml b/build/android/app/src/main/AndroidManifest.xml index 3630cf0..cd4ca5d 100644 --- a/build/android/app/src/main/AndroidManifest.xml +++ b/build/android/app/src/main/AndroidManifest.xml @@ -36,7 +36,7 @@