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 {
|
buildTypes {
|
||||||
debug {
|
debug {
|
||||||
minifyEnabled = false
|
minifyEnabled = false
|
||||||
|
manifestPlaceholders = [
|
||||||
|
buildTimestamp: 0
|
||||||
|
]
|
||||||
}
|
}
|
||||||
release {
|
release {
|
||||||
minifyEnabled = true
|
minifyEnabled = true
|
||||||
|
Loading…
Reference in New Issue
Block a user