react-native-acoustic-mobile-push-inbox-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 28
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
  }
@@ -165,7 +165,7 @@
165
165
  GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
166
166
  GCC_WARN_UNUSED_FUNCTION = YES;
167
167
  GCC_WARN_UNUSED_VARIABLE = YES;
168
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
168
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
169
169
  MTL_ENABLE_DEBUG_INFO = YES;
170
170
  ONLY_ACTIVE_ARCH = YES;
171
171
  SDKROOT = iphoneos;
@@ -202,7 +202,7 @@
202
202
  GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
203
203
  GCC_WARN_UNUSED_FUNCTION = YES;
204
204
  GCC_WARN_UNUSED_VARIABLE = YES;
205
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
205
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
206
206
  MTL_ENABLE_DEBUG_INFO = NO;
207
207
  SDKROOT = iphoneos;
208
208
  VALIDATE_PRODUCT = YES;
package/package.json CHANGED
@@ -23,7 +23,7 @@
23
23
  "main": "index.js",
24
24
  "name": "react-native-acoustic-mobile-push-inbox-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-inbox",
@@ -35,5 +35,5 @@
35
35
  "test": "echo \"Error: no test specified\" && exit 1"
36
36
  },
37
37
  "summary": "react-native ios android mobile push Campaign",
38
- "version": "3.8.21"
38
+ "version": "3.8.22"
39
39
  }