rn-android-blur 1.0.0 → 1.0.3

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.
@@ -14,6 +14,7 @@ apply plugin: 'com.android.library'
14
14
  apply plugin: 'kotlin-android'
15
15
 
16
16
  android {
17
+ namespace "com.rnandroidblur"
17
18
  compileSdkVersion 34
18
19
 
19
20
  defaultConfig {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rn-android-blur",
3
- "version": "1.0.0",
3
+ "version": "1.0.3",
4
4
  "description": "React Native библиотека для размытия фона на Android",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -35,4 +35,3 @@
35
35
  "url": ""
36
36
  }
37
37
  }
38
-