Skip to content

Commit 1b2b0ac

Browse files
author
plamen5kov
committed
added packaging options because of gradle 2.9
1 parent 00513cb commit 1b2b0ac

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

test-app/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ android {
107107
def tsk = variant.mergeAssets
108108
tsk.dependsOn(copyMetadata)
109109
}
110+
111+
packagingOptions {
112+
exclude 'resources.arsc'
113+
exclude "AndroidManifest.xml"
114+
}
110115
}
111116

112117
def sdkPath = android.sdkDirectory.getAbsolutePath();

0 commit comments

Comments
 (0)