From 1d6389a98f6a6d2e5368eed18a014db3ceb6672a Mon Sep 17 00:00:00 2001
From: Rich Slogar
Note: Android Studio provides a default
${applicationId}
placeholder for the build.gradle
-applicationId
value that is not shown in the build file.
applicationId
value that is not shown in the build file.
+When building an AAR (Android ARchive) package for library modules, do not provide an
+automatic @{applicationId}
placeholder in the
+manifest merge settings.
+Instead, use a different placeholder, such as @{libApplicationId}
and
+provide a value for it if you want to include application Ids in the archive library.
Manifest entry:
-- cgit v1.1