forked from github/szkolny
[App] Fix Apply Changes not working due to manifest changes.
This commit is contained in:
parent
5913707519
commit
efa63452e7
@ -36,6 +36,9 @@ android {
|
||||
buildTypes {
|
||||
debug {
|
||||
minifyEnabled = false
|
||||
manifestPlaceholders = [
|
||||
buildTimestamp: 0
|
||||
]
|
||||
}
|
||||
release {
|
||||
minifyEnabled = true
|
||||
|
Loading…
Reference in New Issue
Block a user