expo-image-loader 5.0.1-canary-20250207-8bc5146 → 5.0.1-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,29 +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()
20
- }
21
-
22
- buildscript {
23
- // Simple helper that allows the root project to override versions declared by this library.
24
- ext.safeExtGet = { prop, fallback ->
25
- rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback
26
- }
1
+ plugins {
2
+ id 'com.android.library'
3
+ id 'expo-module-gradle-plugin'
27
4
  }
28
5
 
29
6
  group = 'host.exp.exponent'
@@ -37,7 +14,7 @@ android {
37
14
  }
38
15
  }
39
16
 
40
- def glideVersion = safeExtGet('glideVersion', '4.16.0')
17
+ def glideVersion = expoModule.safeExtGet('glideVersion', '4.16.0')
41
18
 
42
19
  dependencies {
43
20
  api "com.github.bumptech.glide:glide:${glideVersion}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-image-loader",
3
- "version": "5.0.1-canary-20250207-8bc5146",
3
+ "version": "5.0.1-canary-20250219-4a5dade",
4
4
  "description": "Image loader",
5
5
  "main": "index.js",
6
6
  "keywords": [
@@ -22,7 +22,7 @@
22
22
  "dependencies": {},
23
23
  "devDependencies": {},
24
24
  "peerDependencies": {
25
- "expo": "53.0.0-canary-20250207-8bc5146"
25
+ "expo": "53.0.0-canary-20250219-4a5dade"
26
26
  },
27
- "gitHead": "8bc5146852ccd7033138bac9ef8d3c41ae85a211"
27
+ "gitHead": "4a5daded61d3d8b9d501059039ac74c09c25675b"
28
28
  }