react-native-acoustic-mobile-push-inbox-beta 3.9.31 → 3.9.34

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,22 @@
1
1
  buildscript {
2
2
  repositories {
3
- jcenter()
3
+ google()
4
+ mavenCentral()
4
5
  }
5
6
 
6
7
  dependencies {
7
- classpath 'com.android.tools.build:gradle:1.3.1'
8
+ classpath 'com.android.tools.build:gradle:4.1.0'
8
9
  }
9
10
  }
10
11
 
11
12
  apply plugin: 'com.android.library'
12
13
 
13
14
  android {
14
- compileSdkVersion 31
15
+ compileSdkVersion 34
15
16
 
16
17
  defaultConfig {
17
18
  minSdkVersion 21
18
- targetSdkVersion 31
19
+ targetSdkVersion 34
19
20
  versionCode 1
20
21
  versionName "1.0"
21
22
  }
package/package.json CHANGED
@@ -1,18 +1,5 @@
1
1
  {
2
- "author": "Acoustic, L.P.",
3
- "dependencies": {
4
- "chalk": "^2.4.2",
5
- "ncp": "^2.0.0",
6
- "plist": "^3.0.1",
7
- "xcode": "^2.0.0",
8
- "xml2js": "^0.4.19"
9
- },
10
- "description": "BETA: Acoustic Mobile Push Inbox Content Plugin",
11
- "devDependencies": {
12
- "jetifier": "^1.6.3",
13
- "react-native": "0.72.6"
14
- },
15
- "homepage": "https://github.com/aipoweredmarketer/ca-mce-react-native",
2
+ "summary": "react-native ios android mobile push Campaign",
16
3
  "keywords": [
17
4
  "react-native",
18
5
  "ios",
@@ -20,21 +7,34 @@
20
7
  "mobile push inbox content",
21
8
  "Campaign"
22
9
  ],
23
- "license": "See license in ../../../license.txt",
24
- "main": "index.js",
25
- "name": "react-native-acoustic-mobile-push-inbox-beta",
10
+ "author": "Acoustic, L.P.",
26
11
  "peerDependencies": {
27
- "react-native-acoustic-mobile-push-beta": "3.9.31"
12
+ "react-native-acoustic-mobile-push-beta": "3.9.34"
28
13
  },
14
+ "description": "BETA: Acoustic Mobile Push Inbox Content Plugin",
15
+ "main": "index.js",
29
16
  "repository": {
30
- "directory": "plugins/react-native-acoustic-mobile-push-inbox",
31
17
  "type": "git",
18
+ "directory": "plugins/react-native-acoustic-mobile-push-inbox",
32
19
  "url": "https://github.com/aipoweredmarketer/ca-mce-react-native"
33
20
  },
21
+ "version": "3.9.34",
22
+ "dependencies": {
23
+ "plist": "^3.0.1",
24
+ "xml2js": "^0.4.19",
25
+ "chalk": "^2.4.2",
26
+ "ncp": "^2.0.0",
27
+ "xcode": "^2.0.0"
28
+ },
29
+ "license": "See license in ../../../license.txt",
30
+ "devDependencies": {
31
+ "react-native": "0.72.6",
32
+ "jetifier": "^1.6.3"
33
+ },
34
+ "name": "react-native-acoustic-mobile-push-inbox-beta",
34
35
  "scripts": {
35
36
  "postinstall": "node postinstall.js $INIT_CWD",
36
37
  "test": "echo \"Error: no test specified\" && exit 1"
37
38
  },
38
- "summary": "react-native ios android mobile push Campaign",
39
- "version": "3.9.31"
39
+ "homepage": "https://github.com/aipoweredmarketer/ca-mce-react-native"
40
40
  }