fix(android) changes the property name for the manifestOutputDirectory

pull/8827/head jitsi-meet_5641
tmoldovan8x8 4 years ago committed by GitHub
parent 4f3058eae2
commit 61567f47c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      android/app/build.gradle

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

Loading…
Cancel
Save