Skip to content

Commit

Permalink
Issue mozilla-mobile#646: ui-tabcounter: Disable minify for module.
Browse files Browse the repository at this point in the history
  • Loading branch information
pocmo committed Sep 5, 2018
1 parent 10ab7cd commit 4b5c6a7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions components/ui/tabcounter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,10 @@ android {

buildTypes {
release {
minifyEnabled true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

testOptions {
unitTests {
includeAndroidResources = true
}
}
}

dependencies {
Expand Down

0 comments on commit 4b5c6a7

Please sign in to comment.