Commit b885e6deb043515b118780b9b338549c1439dc65
1 parent
1b4becf5
minify mouahahaha et truc inutile
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
PremiereActivite/app/build.gradle
... | ... | @@ -13,7 +13,7 @@ android { |
13 | 13 | } |
14 | 14 | buildTypes { |
15 | 15 | release { |
16 | - minifyEnabled false | |
16 | + minifyEnabled true | |
17 | 17 | proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' |
18 | 18 | } |
19 | 19 | } |
... | ... | @@ -22,7 +22,5 @@ android { |
22 | 22 | dependencies { |
23 | 23 | compile fileTree(dir: 'libs', include: ['*.jar']) |
24 | 24 | testCompile 'junit:junit:4.12' |
25 | - compile 'com.android.support:appcompat-v7:23.2.1' | |
26 | 25 | compile 'com.android.support:design:23.2.1' |
27 | - | |
28 | 26 | } | ... | ... |