@nativescript-community/ui-image 5.0.3 → 5.0.4

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 CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.0.4](https://github.com/nativescript-community/ui-image/compare/v5.0.3...v5.0.4) (2025-11-28)
7
+
8
+ ### Bug Fixes
9
+
10
+ * **android:** build fix ([b7251b6](https://github.com/nativescript-community/ui-image/commit/b7251b684d3d2b0d9027e2cfbff3da064783998c))
11
+
6
12
  ## [5.0.3](https://github.com/nativescript-community/ui-image/compare/v5.0.2...v5.0.3) (2025-11-28)
7
13
 
8
14
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nativescript-community/ui-image",
3
- "version": "5.0.3",
3
+ "version": "5.0.4",
4
4
  "description": "Advanced and efficient image display plugin which uses Glide (Android) and SDWebImage (iOS) to implement caching, placeholders, image effects, and much more.",
5
5
  "main": "./index",
6
6
  "sideEffects": false,
@@ -44,5 +44,5 @@
44
44
  },
45
45
  "license": "Apache-2.0",
46
46
  "readmeFilename": "README.md",
47
- "gitHead": "b50a851cc0201b17624e6f448fda50598e61ea49"
47
+ "gitHead": "028951421889d48a92fb4030ff1c57645734a798"
48
48
  }
@@ -1,10 +1,6 @@
1
1
  import groovy.json.JsonSlurper
2
2
 
3
3
 
4
- repositories {
5
- mavenCentral()
6
- maven { url 'https://jitpack.io' }
7
- }
8
4
  dependencies {
9
5
  def glideVersion = project.hasProperty("glideVersion") ? project.glideVersion : "5.0.5"
10
6
  def glideCompilerVersion = project.hasProperty("glideCompilerVersion") ? project.glideCompilerVersion : "4.16.0"
@@ -49,6 +45,7 @@ dependencies {
49
45
 
50
46
  repositories {
51
47
  mavenCentral()
48
+ maven { url 'https://jitpack.io' }
52
49
  // we need to copy the code in both places as N main gradle system does not support top level code
53
50
  // for now we support only @nativescript/core and @akylas/nativescript
54
51
  // we should have a more generic way