react-native-acoustic-mobile-push-textinput-beta 3.8.21 → 3.8.22

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.
@@ -12,11 +12,11 @@ buildscript {
12
12
  apply plugin: 'com.android.library'
13
13
 
14
14
  android {
15
- compileSdkVersion 26
15
+ compileSdkVersion 31
16
16
 
17
17
  defaultConfig {
18
- minSdkVersion 16
19
- targetSdkVersion 26
18
+ minSdkVersion 21
19
+ targetSdkVersion 31
20
20
  versionCode 1
21
21
  versionName "1.0"
22
22
  }
package/package.json CHANGED
@@ -23,7 +23,7 @@
23
23
  "main": "index.js",
24
24
  "name": "react-native-acoustic-mobile-push-textinput-beta",
25
25
  "peerDependencies": {
26
- "react-native-acoustic-mobile-push-beta": "3.8.21"
26
+ "react-native-acoustic-mobile-push-beta": "3.8.22"
27
27
  },
28
28
  "repository": {
29
29
  "directory": "plugins/react-native-acoustic-mobile-push-textinput",
@@ -34,5 +34,5 @@
34
34
  "test": "echo \"Error: no test specified\" && exit 1"
35
35
  },
36
36
  "summary": "react-native ios android mobile push Campaign",
37
- "version": "3.8.21"
37
+ "version": "3.8.22"
38
38
  }