Skip to content

Commit

Permalink
add minify coverage again
Browse files Browse the repository at this point in the history
  • Loading branch information
li-advait committed Nov 13, 2024
1 parent c1fc01b commit 4b55cc1
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions shaky/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {

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

Expand All @@ -35,12 +35,6 @@ android {
resourcePrefix 'shaky_'
}

tasks.configureEach {
if (it.name == 'testReleaseUnitTest') {
it.enabled = false
}
}

dependencies {
api 'com.squareup:seismic:1.0.3'
implementation 'com.jraska:falcon:2.2.0'
Expand Down

0 comments on commit 4b55cc1

Please sign in to comment.