expo 44.0.0-beta.2 → 44.0.0

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.
@@ -8,7 +8,7 @@ apply from: "../scripts/autolinking.gradle"
8
8
  ensureDependeciesWereEvaluated(project)
9
9
 
10
10
  group = 'host.exp.exponent'
11
- version = '44.0.0-beta.2'
11
+ version = '44.0.0'
12
12
 
13
13
  buildscript {
14
14
  // Simple helper that allows the root project to override versions declared by this library.
@@ -62,7 +62,7 @@ android {
62
62
  minSdkVersion safeExtGet("minSdkVersion", 21)
63
63
  targetSdkVersion safeExtGet("targetSdkVersion", 30)
64
64
  versionCode 1
65
- versionName "44.0.0-beta.2"
65
+ versionName "44.0.0"
66
66
  consumerProguardFiles("proguard-rules.pro")
67
67
  }
68
68
  lintOptions {
@@ -67,7 +67,7 @@
67
67
  "expo-mail-composer": "~11.1.0",
68
68
  "expo-media-library": "~14.0.0",
69
69
  "expo-module-template": "~10.1.0",
70
- "expo-modules-core": "~0.6.2",
70
+ "expo-modules-core": "~0.6.3",
71
71
  "expo-navigation-bar": "~1.1.1",
72
72
  "expo-network": "~4.1.0",
73
73
  "expo-notifications": "~0.14.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo",
3
- "version": "44.0.0-beta.2",
3
+ "version": "44.0.0",
4
4
  "description": "The Expo SDK",
5
5
  "main": "build/Expo.js",
6
6
  "module": "build/Expo.js",
@@ -66,7 +66,7 @@
66
66
  "expo-font": "~10.0.4",
67
67
  "expo-keep-awake": "~10.0.1",
68
68
  "expo-modules-autolinking": "0.5.1",
69
- "expo-modules-core": "0.6.2",
69
+ "expo-modules-core": "0.6.3",
70
70
  "fbemitter": "^2.1.1",
71
71
  "invariant": "^2.2.4",
72
72
  "md5-file": "^3.2.3",
@@ -88,5 +88,5 @@
88
88
  "react-dom": "17.0.1",
89
89
  "react-native": "0.64.3"
90
90
  },
91
- "gitHead": "779a011c9a6a436d3e69df0f8f7d1a4703fb297a"
91
+ "gitHead": "e8bb7f2764989bf79e01e6901f4ab0dc52a769a2"
92
92
  }