- Local host update

Took 37 minutes
This commit is contained in:
2023-03-15 13:58:36 +00:00
parent 5a0a5412aa
commit 3e94f66768
2 changed files with 8 additions and 3 deletions

View File

@@ -27,6 +27,9 @@ android {
versionCode 6
versionName "1.6"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
boolean state = project.rootProject.file('local.properties').canRead()
buildConfigField "boolean", "LocalState", "$state"
}
android {