react-native-screen-blocker 1.0.0 → 1.0.2

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,23 +1,25 @@
1
1
 
2
2
  buildscript {
3
3
  repositories {
4
+ google()
5
+ mavenCentral()
4
6
  jcenter()
5
7
  }
6
8
 
7
9
  dependencies {
8
- classpath 'com.android.tools.build:gradle:1.3.1'
10
+ classpath 'com.android.tools.build:gradle:4.1.3'
9
11
  }
10
12
  }
11
13
 
12
14
  apply plugin: 'com.android.library'
13
15
 
14
16
  android {
15
- compileSdkVersion 23
16
- buildToolsVersion "23.0.1"
17
+ compileSdkVersion 31
18
+ buildToolsVersion "31.0.0"
17
19
 
18
20
  defaultConfig {
19
21
  minSdkVersion 16
20
- targetSdkVersion 22
22
+ targetSdkVersion 31
21
23
  versionCode 1
22
24
  versionName "1.0"
23
25
  }
@@ -31,6 +33,6 @@ repositories {
31
33
  }
32
34
 
33
35
  dependencies {
34
- compile 'com.facebook.react:react-native:+'
36
+ implementation 'com.facebook.react:react-native:+'
35
37
  }
36
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-screen-blocker",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "React Native module to block screenshots and screen recording on Android and iOS",
5
5
  "main": "index.js",
6
6
  "scripts": {