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

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.
@@ -25,15 +25,11 @@ android {
25
25
  }
26
26
  }
27
27
 
28
- repositories {
29
- mavenCentral()
30
- }
31
-
32
28
  dependencies {
33
29
  compileOnly('com.facebook.react:react-native:+') {
34
30
  exclude group: 'com.android.support'
35
31
  }
36
32
 
37
- compileOnly fileTree(dir: '../../react-native-acoustic-mobile-push/android/libs', include: ['*.aar'])
33
+ implementation "io.github.acoustic-analytics:acoustic-mobile-push-android-sdk:+"
38
34
  }
39
-
35
+
@@ -0,0 +1,6 @@
1
+ #Mon Feb 26 11:08:41 PST 2024
2
+ android.disableAutomaticComponentCreation=true
3
+ org.gradle.parallel=true
4
+ org.gradle.jvmargs=-Xmx4608m -XX\:+HeapDumpOnOutOfMemoryError -Dfile.encoding\=UTF-8
5
+ android.enableJetifier=true
6
+ android.useAndroidX=true
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.22"
26
+ "react-native-acoustic-mobile-push-beta": "3.9.2"
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.22"
37
+ "version": "3.9.2"
38
38
  }