Skip to content

Commit 6086403

Browse files
committed
Build: Remove unnecessary build types release config for passcode lock
FYI: As part of the below PR#1678, the author most probably copy-pasted an app module's 'build.gradle' configuration into this library module. And with that, the author also copy-pasted this 'buildTypes.release' related configuration by an oversight. 'PasscodeLock-Android' never had such a configuration to begin with, and it being a library, it actually didn't need it. PasscodeLock-Android: https://github.com/wordpress-mobile/ PasscodeLock-Android Related: [Lib] Migrate passcodelock directly into simplenote as a library module. #1678 - #1678 PS: An alternative would have been to add a 'consumer-rules.pro' file to have some extra ProGuard configuration for this library. But again, 'PasscodeLock-Android' never had such a need.
1 parent 33a0167 commit 6086403

File tree

2 files changed

+0
-28
lines changed

2 files changed

+0
-28
lines changed

PasscodeLock/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ android {
2020
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2121
}
2222

23-
buildTypes {
24-
release {
25-
minifyEnabled true
26-
shrinkResources false
27-
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
28-
}
29-
}
3023
compileOptions {
3124
sourceCompatibility JavaVersion.VERSION_11
3225
targetCompatibility JavaVersion.VERSION_11

PasscodeLock/proguard-rules.pro

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)