From 3e86d130af74861edbfa537aa2a868e6b7c455d4 Mon Sep 17 00:00:00 2001 From: ExalayanMari <208263629+ExalayanMari@users.noreply.github.com> Date: Fri, 23 May 2025 23:16:07 -1000 Subject: [PATCH] Create ZmanifestX.pl --- ZmanifestX.pl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ZmanifestX.pl diff --git a/ZmanifestX.pl b/ZmanifestX.pl new file mode 100644 index 0000000..6ac9b92 --- /dev/null +++ b/ZmanifestX.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"] + // <--- + } +}