|
@@ -122,7 +122,7 @@ gradle.projectsEvaluated {
|
122
|
122
|
android.applicationVariants.all { variant ->
|
123
|
123
|
variant.outputs.each { output ->
|
124
|
124
|
output.getProcessManifestProvider().get().doLast {
|
125
|
|
- def outputDir = manifestOutputDirectory.get().asFile
|
|
125
|
+ def outputDir = multiApkManifestOutputDirectory.get().asFile
|
126
|
126
|
def manifestPath = new File(outputDir, 'AndroidManifest.xml')
|
127
|
127
|
def charset = 'UTF-8'
|
128
|
128
|
def text
|