From e3118e4287bfb54a0cc74c68b134484feb2f1400 Mon Sep 17 00:00:00 2001 From: ExalayanMari <208263629+ExalayanMari@users.noreply.github.com> Date: Fri, 23 May 2025 23:16:39 -1000 Subject: [PATCH] Create manifest.O.pl --- manifest.O.pl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 manifest.O.pl diff --git a/manifest.O.pl b/manifest.O.pl new file mode 100644 index 0000000..6ac9b92 --- /dev/null +++ b/manifest.O.pl @@ -0,0 +1,14 @@ +apply plugin: 'com.android.application' +compileSdkVersion 30 +android { + defaultConfig { + applicationId "com.auth0.samples" + minSdkVersion 21 + targetSdkVersion 30 + // ... + + // ---> Add the next line + manifestPlaceholders = [auth0Domain: "@string/com_auth0_domain", auth0Scheme: "demo"] + // <--- + } +}