Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/
H A DConstants.java31 public int ANDROID_VERSION_CODE; field in Constants.ExpoViewAppConstants
59 public static int ANDROID_VERSION_CODE; field in Constants
116 ANDROID_VERSION_CODE = appConstants.ANDROID_VERSION_CODE;
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/
H A DConstantsBinding.kt29 this["nativeBuildVersion"] = Constants.ANDROID_VERSION_CODE in getConstants()
38 "versionCode" to if (appOwnership == "expo") null else Constants.ANDROID_VERSION_CODE in getConstants()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/universal/
H A DConstantsBinding.kt29 this["nativeBuildVersion"] = Constants.ANDROID_VERSION_CODE in getConstants()
38 "versionCode" to if (appOwnership == "expo") null else Constants.ANDROID_VERSION_CODE in getConstants()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/
H A DConstantsBinding.kt29 this["nativeBuildVersion"] = Constants.ANDROID_VERSION_CODE in getConstants()
38 "versionCode" to if (appOwnership == "expo") null else Constants.ANDROID_VERSION_CODE in getConstants()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/
H A DConstantsBinding.kt29 this["nativeBuildVersion"] = Constants.ANDROID_VERSION_CODE in getConstants()
38 "versionCode" to if (appOwnership == "expo") null else Constants.ANDROID_VERSION_CODE in getConstants()
/expo/android/app/src/main/java/host/exp/exponent/generated/
H A DAppConstants.java48 constants.ANDROID_VERSION_CODE = BuildConfig.VERSION_CODE; in get()