expo-store-review 8.0.2-canary-20250131-5c4e588 → 8.0.2-canary-20250219-4a5dade

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.
@@ -1,22 +1,6 @@
1
- apply plugin: 'com.android.library'
2
-
3
- def useLegacyExpoModulesCorePlugin = {
4
- def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
5
- apply from: expoModulesCorePlugin
6
- applyKotlinExpoModulesCorePlugin()
7
- useCoreDependencies()
8
- useDefaultAndroidSdkVersions()
9
- useExpoPublishing()
10
- }
11
-
12
- try {
13
- apply plugin: 'expo-module-gradle-plugin'
14
- } catch (e) {
15
- if (!e instanceof UnknownPluginException) {
16
- throw e
17
- }
18
-
19
- useLegacyExpoModulesCorePlugin()
1
+ plugins {
2
+ id 'com.android.library'
3
+ id 'expo-module-gradle-plugin'
20
4
  }
21
5
 
22
6
  group = 'host.exp.exponent'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-store-review",
3
- "version": "8.0.2-canary-20250131-5c4e588",
3
+ "version": "8.0.2-canary-20250219-4a5dade",
4
4
  "description": "Provides access to native APIs for in-app reviews.",
5
5
  "main": "build/StoreReview.js",
6
6
  "types": "build/StoreReview.d.ts",
@@ -34,10 +34,11 @@
34
34
  "homepage": "https://docs.expo.dev/versions/latest/sdk/storereview/",
35
35
  "dependencies": {},
36
36
  "devDependencies": {
37
- "expo-module-scripts": "4.0.4-canary-20250131-5c4e588"
37
+ "expo-module-scripts": "4.0.5-canary-20250219-4a5dade"
38
38
  },
39
39
  "peerDependencies": {
40
- "expo": "53.0.0-canary-20250131-5c4e588",
40
+ "expo": "53.0.0-canary-20250219-4a5dade",
41
41
  "react-native": "*"
42
- }
42
+ },
43
+ "gitHead": "4a5daded61d3d8b9d501059039ac74c09c25675b"
43
44
  }