react-native-acoustic-mobile-push-inbox-beta 3.9.33 → 3.9.35

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,21 +1,11 @@
1
- buildscript {
2
- repositories {
3
- jcenter()
4
- }
5
-
6
- dependencies {
7
- classpath 'com.android.tools.build:gradle:1.3.1'
8
- }
9
- }
10
-
11
1
  apply plugin: 'com.android.library'
12
2
 
13
3
  android {
14
- compileSdkVersion 31
4
+ compileSdk 34
15
5
 
16
6
  defaultConfig {
17
7
  minSdkVersion 21
18
- targetSdkVersion 31
8
+ targetSdkVersion 34
19
9
  versionCode 1
20
10
  versionName "1.0"
21
11
  }
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  ],
10
10
  "author": "Acoustic, L.P.",
11
11
  "peerDependencies": {
12
- "react-native-acoustic-mobile-push-beta": "3.9.33"
12
+ "react-native-acoustic-mobile-push-beta": "3.9.35"
13
13
  },
14
14
  "description": "BETA: Acoustic Mobile Push Inbox Content Plugin",
15
15
  "main": "index.js",
@@ -18,7 +18,7 @@
18
18
  "directory": "plugins/react-native-acoustic-mobile-push-inbox",
19
19
  "url": "https://github.com/aipoweredmarketer/ca-mce-react-native"
20
20
  },
21
- "version": "3.9.33",
21
+ "version": "3.9.35",
22
22
  "dependencies": {
23
23
  "plist": "^3.0.1",
24
24
  "xml2js": "^0.4.19",