|
|
@@ -104,7 +104,7 @@ gradle.projectsEvaluated {
|
|
104
|
104
|
|
|
105
|
105
|
android.applicationVariants.all { variant ->
|
|
106
|
106
|
variant.outputs.each { output ->
|
|
107
|
|
- output.processManifest.doLast {
|
|
|
107
|
+ output.getProcessManifestProvider().get().doLast {
|
|
108
|
108
|
def outputDir = manifestOutputDirectory.get().asFile
|
|
109
|
109
|
def manifestPath = new File(outputDir, 'AndroidManifest.xml')
|
|
110
|
110
|
def charset = 'UTF-8'
|