mirror of
https://github.com/lone-cloud/prism-android
synced 2026-06-03 19:54:44 -07:00
Disable VCS info embedding for reproducible builds
This commit is contained in:
parent
25522dfc71
commit
f9f4e14417
1 changed files with 4 additions and 0 deletions
|
|
@ -83,6 +83,10 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
vcsInfo {
|
||||||
|
include = false
|
||||||
|
}
|
||||||
|
|
||||||
lint {
|
lint {
|
||||||
disable += "QueryAllPackagesPermission"
|
disable += "QueryAllPackagesPermission"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue