diff --git a/app/build.gradle b/app/build.gradle index 291b66f5..653f6698 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,7 +12,7 @@ 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) @@ -20,13 +20,9 @@ android { buildTypes { release { - shrinkResources true - minifyEnabled true zipAlignEnabled true } debug { - shrinkResources false - minifyEnabled false zipAlignEnabled true } }