chore: refactor gradlelocalproperties and update gradle plugin (#957)

This commit is contained in:
IndusAryan 2024-06-06 02:48:33 +05:30 committed by GitHub
parent 0391a3b89c
commit 358a20eb77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -69,7 +69,7 @@ android {
resValue("bool", "is_prerelease", "false")
// Reads local.properties
val localProperties = gradleLocalProperties(rootDir)
val localProperties = gradleLocalProperties(rootDir, providers)
buildConfigField(
"long",