Commit 6086403
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
2 files changed
+0
-28
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 23 | | |
31 | 24 | | |
32 | 25 | | |
| |||
This file was deleted.
0 commit comments