Disable VCS info embedding for reproducible builds

This commit is contained in:
lone-cloud 2026-03-13 11:50:31 -07:00
parent 25522dfc71
commit f9f4e14417

View file

@ -83,6 +83,10 @@ android {
} }
} }
vcsInfo {
include = false
}
lint { lint {
disable += "QueryAllPackagesPermission" disable += "QueryAllPackagesPermission"
} }