react-native-acoustic-mobile-push-location-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,41 +1,29 @@
1
-
2
- buildscript {
3
- repositories {
4
- jcenter()
5
- google()
6
- }
7
-
8
- dependencies {
9
- classpath 'com.android.tools.build:gradle:1.3.1'
10
- }
11
- }
12
-
13
1
  apply plugin: 'com.android.library'
14
2
 
15
3
  android {
16
- compileSdkVersion 31
17
-
18
- defaultConfig {
19
- minSdkVersion 21
20
- targetSdkVersion 31
21
- versionCode 1
22
- versionName "1.0"
23
- }
24
- lintOptions {
25
- abortOnError false
26
- }
4
+ compileSdk 34
5
+
6
+ defaultConfig {
7
+ minSdkVersion 21
8
+ targetSdkVersion 34
9
+ versionCode 1
10
+ versionName "1.0"
11
+ }
12
+ lintOptions {
13
+ abortOnError false
14
+ }
27
15
  }
28
16
 
29
17
  dependencies {
30
- compileOnly('com.facebook.react:react-native:+') {
31
- exclude group: 'com.android.support'
32
- }
33
-
34
- implementation "androidx.core:core:1.8.0"
35
- implementation 'androidx.appcompat:appcompat:1.0.2'
36
- implementation 'com.google.android.gms:play-services-base:18.3.0'
37
- implementation 'com.google.android.gms:play-services-location:21.0.1'
38
- implementation "io.github.go-acoustic:acoustic-mobile-push-android-sdk:$campaignSDKVersion"
18
+ compileOnly('com.facebook.react:react-native:+') {
19
+ exclude group: 'com.android.support'
20
+ }
21
+
22
+ implementation "androidx.core:core:1.8.0"
23
+ implementation 'androidx.appcompat:appcompat:1.0.2'
24
+ implementation 'com.google.android.gms:play-services-base:18.3.0'
25
+ implementation 'com.google.android.gms:play-services-location:21.0.1'
26
+ implementation "io.github.go-acoustic:acoustic-mobile-push-android-sdk:$campaignSDKVersion"
39
27
  }
40
28
 
41
29
 
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 Location Plugin",
15
15
  "main": "index.js",
@@ -18,7 +18,7 @@
18
18
  "directory": "plugins/react-native-acoustic-mobile-push-location",
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",