react-native-screen-blocker 1.0.4 → 1.0.5

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.
@@ -23,7 +23,6 @@ android {
23
23
  targetSdkVersion 31
24
24
  versionCode 1
25
25
  versionName "1.0"
26
- applicationId "com.screenblocker"
27
26
  }
28
27
  lintOptions {
29
28
  abortOnError false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-screen-blocker",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "React Native module to block screenshots and screen recording on Android and iOS",
5
5
  "main": "index.js",
6
6
  "scripts": {