Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/
H A DExpoUpdatesAppLoader.kt258 callback.onError(formatExceptionForIncompatibleSdk(sdkVersion)) in startLoaderTask()
456 private fun formatExceptionForIncompatibleSdk(sdkVersion: String?): ManifestException { in formatExceptionForIncompatibleSdk() method in host.exp.exponent.ExpoUpdatesAppLoader