expo-dev-menu-interface 1.7.1 → 1.7.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.
@@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
3
3
  apply plugin: 'maven-publish'
4
4
 
5
5
  group = 'host.exp.exponent'
6
- version = '1.7.1'
6
+ version = '1.7.2'
7
7
 
8
8
  def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
9
9
  if (expoModulesCorePlugin.exists()) {
@@ -54,7 +54,7 @@ android {
54
54
  // Remove this if and it's contents, when support for SDK49 is dropped
55
55
  if (!safeExtGet("expoProvidesDefaultConfig", false)) {
56
56
  compileSdkVersion safeExtGet("compileSdkVersion", 34)
57
-
57
+
58
58
  defaultConfig {
59
59
  minSdkVersion safeExtGet("minSdkVersion", 23)
60
60
  targetSdkVersion safeExtGet("targetSdkVersion", 34)
@@ -80,7 +80,7 @@ android {
80
80
  namespace "expo.interfaces.devmenu"
81
81
  defaultConfig {
82
82
  versionCode 6
83
- versionName '1.7.1'
83
+ versionName '1.7.2'
84
84
  }
85
85
  publishing {
86
86
  singleVariant("release") {
@@ -90,8 +90,7 @@ android {
90
90
  }
91
91
 
92
92
  dependencies {
93
- //noinspection GradleDynamicVersion
94
- implementation 'com.facebook.react:react-native:+'
93
+ implementation 'com.facebook.react:react-android'
95
94
 
96
95
  implementation 'com.squareup.okhttp3:okhttp:3.14.9'
97
96
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-dev-menu-interface",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "description": "Interface for expo-dev-menu",
5
5
  "main": "index.js",
6
6
  "keywords": [
@@ -25,5 +25,5 @@
25
25
  "peerDependencies": {
26
26
  "expo": "*"
27
27
  },
28
- "gitHead": "43f1b4f8a5a9bca649e4e7ca6e4155482a162431"
28
+ "gitHead": "ca014bf2516c7644ef303f4c21fdd68de4d99f76"
29
29
  }