Skip to content

Commit

Permalink
Disable minify
Browse files Browse the repository at this point in the history
  • Loading branch information
MlgmXyysd committed Jan 10, 2020
1 parent 4881710 commit 4b55900
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,17 @@ android {
minSdkVersion 21
//noinspection OldTargetApi
targetSdkVersion 27
versionCode 45400
versionCode 45401
versionName "4.5.4"
//noinspection GroovyAccessibility
project.ext.set("archivesBaseName", "EdXposedManager-" + versionName + "-" + versionCode + "-" + applicationId)
}

buildTypes {
release {
shrinkResources true
minifyEnabled true
zipAlignEnabled true
}
debug {
shrinkResources false
minifyEnabled false
zipAlignEnabled true
}
}
Expand Down

0 comments on commit 4b55900

Please sign in to comment.