Excluded license, notice, etc. from packaging.

This commit is contained in:
Erik C. Thauvin 2015-04-14 13:27:52 -07:00
parent 702c13221e
commit ae680d0e40

View file

@ -17,6 +17,12 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
packagingOptions {
exclude 'META-INF/LICENSE'
exclude 'META-INF/NOTICE'
exclude 'META-INF/ASL2.0'
}
}
dependencies {