Skip to content

Commit 7d31091

Browse files
authored
Merge pull request #111 from radarlabs/3.14.1
3.14.1
2 parents 501e3b8 + dc2a4e3 commit 7d31091

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

CapacitorRadar.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
1212
s.ios.deployment_target = '12.0'
1313
s.dependency 'Capacitor'
14-
s.dependency 'RadarSDK', '~> 3.18.4'
14+
s.dependency 'RadarSDK', '~> 3.19.3'
1515
s.static_framework = true
1616
end

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ dependencies {
4141
testImplementation 'junit:junit:4.12'
4242
androidTestImplementation 'com.android.support.test:runner:1.0.2'
4343
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
44-
implementation 'io.radar:sdk:3.18.5'
44+
implementation 'io.radar:sdk:3.18.8'
4545
}
4646

example/ios/App/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ PODS:
88
- Capacitor
99
- CapacitorKeyboard (6.0.1):
1010
- Capacitor
11-
- CapacitorRadar (3.14.0):
11+
- CapacitorRadar (3.14.1):
1212
- Capacitor
13-
- RadarSDK (~> 3.18.4)
13+
- RadarSDK (~> 3.19.3)
1414
- CapacitorStatusBar (6.0.0):
1515
- Capacitor
16-
- RadarSDK (3.18.4)
16+
- RadarSDK (3.19.3)
1717

1818
DEPENDENCIES:
1919
- "Capacitor (from `../../node_modules/@capacitor/ios`)"
@@ -50,9 +50,9 @@ SPEC CHECKSUMS:
5050
CapacitorCordova: be703980ca797f847c3356f78fa175d21c8330c2
5151
CapacitorHaptics: 9ebc9363f0e9b8eb4295088a0b474530acf1859b
5252
CapacitorKeyboard: 5f32a712adf41e07a61caafb82cf29fb6d8ba123
53-
CapacitorRadar: 393368e10bc9c5bf58db7ef1ddba5164d260dc79
53+
CapacitorRadar: 0e2d8e0db2a58b1b6b034e56d059af804a3504c6
5454
CapacitorStatusBar: 2e4369f99166125435641b1908d05f561eaba6f6
55-
RadarSDK: fdc2167d0f6724a915801f3ea88f03c10281ceb3
55+
RadarSDK: 18bc5a0708713379fcfb3d5fd7f9912cdd3da358
5656

5757
PODFILE CHECKSUM: 508e95281399d4582fa695426a6beddb6f655471
5858

example/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ios/Plugin/Plugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public class RadarPlugin: CAPPlugin, RadarDelegate, RadarVerifiedDelegate {
7070
return
7171
}
7272
UserDefaults.standard.set("Capacitor", forKey: "radar-xPlatformSDKType")
73-
UserDefaults.standard.set("3.14.0", forKey: "radar-xPlatformSDKVersion")
73+
UserDefaults.standard.set("3.14.1", forKey: "radar-xPlatformSDKVersion")
7474
Radar.initialize(publishableKey: publishableKey)
7575
call.resolve()
7676
}

ios/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ platform :ios, '12.0'
33
target 'Plugin' do
44
use_frameworks!
55
pod 'Capacitor', :path => '../node_modules/@capacitor/ios'
6-
pod 'RadarSDK', '~> 3.18.4'
6+
pod 'RadarSDK', '~> 3.19.3'
77
end
88

99
target 'PluginTests' do
1010
use_frameworks!
1111
pod 'Capacitor', :path => '../node_modules/@capacitor/ios'
12-
pod 'RadarSDK', '~> 3.18.4'
12+
pod 'RadarSDK', '~> 3.19.3'
1313
end

ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ PODS:
22
- Capacitor (4.8.2):
33
- CapacitorCordova
44
- CapacitorCordova (3.7.0)
5-
- RadarSDK (3.18.4)
5+
- RadarSDK (3.19.3)
66

77
DEPENDENCIES:
88
- "Capacitor (from `../node_modules/@capacitor/ios`)"
9-
- RadarSDK (~> 3.18.4)
9+
- RadarSDK (~> 3.19.3)
1010

1111
SPEC REPOS:
1212
trunk:
@@ -20,8 +20,8 @@ EXTERNAL SOURCES:
2020
SPEC CHECKSUMS:
2121
Capacitor: 67c335fe9ce677e3f92b63e7f4b8df52e2ca3bbb
2222
CapacitorCordova: e6b42a8e8d5986c1eb8f02ac0be205fafc32ac33
23-
RadarSDK: fdc2167d0f6724a915801f3ea88f03c10281ceb3
23+
RadarSDK: 18bc5a0708713379fcfb3d5fd7f9912cdd3da358
2424

25-
PODFILE CHECKSUM: 363d1bdaf79cdebf621159c4dba6ecf99efadbcf
25+
PODFILE CHECKSUM: 1160eccbe7d038d5a75a8ccbccdc60f619ae2d3f
2626

2727
COCOAPODS: 1.15.2

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "capacitor-radar",
3-
"version": "3.14.0",
3+
"version": "3.14.1",
44
"description": "Capacitor plugin for Radar, the leading geofencing and location tracking platform",
55
"main": "dist/esm/index.js",
66
"types": "dist/esm/index.d.ts",

0 commit comments

Comments
 (0)