expo-updates 0.16.1 → 0.16.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/android/build.gradle +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/android/build.gradle
CHANGED
|
@@ -4,7 +4,7 @@ apply plugin: 'kotlin-kapt'
|
|
|
4
4
|
apply plugin: 'maven-publish'
|
|
5
5
|
|
|
6
6
|
group = 'host.exp.exponent'
|
|
7
|
-
version = '0.16.
|
|
7
|
+
version = '0.16.2'
|
|
8
8
|
|
|
9
9
|
def ex_updates_native_debug = System.getenv("EX_UPDATES_NATIVE_DEBUG") == "1" ? "true" : "false"
|
|
10
10
|
|
|
@@ -79,7 +79,7 @@ android {
|
|
|
79
79
|
minSdkVersion safeExtGet("minSdkVersion", 21)
|
|
80
80
|
targetSdkVersion safeExtGet("targetSdkVersion", 33)
|
|
81
81
|
versionCode 31
|
|
82
|
-
versionName '0.16.
|
|
82
|
+
versionName '0.16.2'
|
|
83
83
|
consumerProguardFiles("proguard-rules.pro")
|
|
84
84
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
85
85
|
buildConfigField("boolean", "EX_UPDATES_NATIVE_DEBUG", ex_updates_native_debug)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-updates",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.2",
|
|
4
4
|
"description": "Fetches and manages remotely-hosted assets and updates to your app's JS bundle.",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@expo/code-signing-certificates": "0.0.5",
|
|
43
43
|
"@expo/config": "~8.0.0",
|
|
44
44
|
"@expo/config-plugins": "~6.0.0",
|
|
45
|
-
"@expo/metro-config": "~0.
|
|
45
|
+
"@expo/metro-config": "~0.7.0",
|
|
46
46
|
"arg": "4.1.0",
|
|
47
47
|
"expo-eas-client": "~0.5.0",
|
|
48
48
|
"expo-manifests": "~0.5.0",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"peerDependencies": {
|
|
64
64
|
"expo": "*"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "d7ecf4eaf234d2f1100249a2c893a948d47376aa"
|
|
67
67
|
}
|