Home
last modified time | relevance | path

Searched refs:buildJSON (Results 1 – 1 of 1) sorted by relevance

/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/db/
H A DBuildData.kt40 val buildJSON = getBuildDataFromDatabase(database, scopeKey) in ensureBuildDataIsConsistent() constant
41 if (buildJSON == null) { in ensureBuildDataIsConsistent()
43 } else if (!isBuildDataConsistent(updatesConfiguration, buildJSON)) { in ensureBuildDataIsConsistent()