Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
added packaging options
  • Loading branch information
Sharath Ramkumar authored Mar 4, 2018
1 parent 7ec720c commit dbc9c29
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
packagingOptions {
exclude 'META-INF/DEPENDENCIES'
exclude 'META-INF/LICENSE'
exclude 'META-INF/LICENSE.txt'
exclude 'META-INF/license.txt'
exclude 'META-INF/NOTICE'
exclude 'META-INF/NOTICE.txt'
exclude 'META-INF/notice.txt'
exclude 'META-INF/ASL2.0'
}
}

dependencies {
Expand Down

0 comments on commit dbc9c29

Please sign in to comment.