snowdream / SnowdreamFramework

An Android Framework Build With Gradle
Apache License 2.0
25 stars 6 forks source link

exclude org/apache/commons/codec/language/bm/*.txt #8

Closed snowdream closed 8 years ago

snowdream commented 8 years ago

exclude org/apache/commons/codec/language/bm/*.txt

snowdream commented 8 years ago

Solution: 1. https://github.com/ical4j/ical4j/wiki/Android#GradleAndroidStudio

snowdream commented 8 years ago
    exclude 'org/apache/commons/codec/language/bm/*.txt'
    exclude 'org/apache/commons/codec/language/*.txt'
snowdream commented 8 years ago

You can add as many exclude statement as you want. The value is the archive path. No wildcard or glob support yet.

  1. https://plus.google.com/+AndroidDevelopers/posts/376wcCm9VJ1
  2. http://stackoverflow.com/a/20675325/821624