瀏覽代碼

fix(android) changes the property name for the manifestOutputDirectory

j8
tmoldovan8x8 4 年之前
父節點
當前提交
61567f47c0
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      android/app/build.gradle

+ 1
- 1
android/app/build.gradle 查看文件

@@ -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

Loading…
取消
儲存