Skip to content

Commit d44fdfc

Browse files
authored
Exclude packaging options (#667)
1 parent 7e51014 commit d44fdfc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Parse/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ android {
3535
consumerProguardFiles 'release-proguard.pro'
3636
}
3737

38+
packagingOptions {
39+
exclude '**/BuildConfig.class'
40+
}
41+
3842
lintOptions {
3943
abortOnError false
4044
}

0 commit comments

Comments
 (0)