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