Skip to content

Commit

Permalink
Bump to 3.5.12 (#217)
Browse files Browse the repository at this point in the history
* Update native dependicies to latest (iOS 3.5.12, Android 3.5.13, web 3.6.0)

* Make android version 3.5.12
  • Loading branch information
lmeier committed Mar 3, 2023
1 parent 954c2f4 commit a02bf23
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 29 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
minSdkVersion 16
targetSdkVersion 31
versionCode 1
versionName '3.5.10'
versionName '3.5.11'
}
lintOptions {
abortOnError false
Expand All @@ -45,5 +45,5 @@ repositories {

dependencies {
api 'com.facebook.react:react-native:+'
api 'io.radar:sdk:3.5.10'
api 'io.radar:sdk:3.5.12'
}
2 changes: 1 addition & 1 deletion ios/Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "radarlabs/radar-sdk-ios" "3.5.10"
github "radarlabs/radar-sdk-ios" "3.5.12"
47 changes: 24 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "React Native module for Radar, the leading geofencing and location tracking platform",
"homepage": "https://radar.com",
"license": "Apache-2.0",
"version": "3.5.10",
"version": "3.5.11",
"main": "js/index.js",
"files": [
"android",
Expand Down Expand Up @@ -60,6 +60,6 @@
"dependencies": {
"@babel/runtime": "^7.21.0",
"@react-native-community/netinfo": "^7.1.3",
"radar-sdk-js": "^3.5.0"
"radar-sdk-js": "^3.6.0"
}
}
2 changes: 1 addition & 1 deletion react-native-radar.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Pod::Spec.new do |s|
s.platform = :ios, "10.0"

s.dependency "React"
s.dependency "RadarSDK", "~> 3.5.10"
s.dependency "RadarSDK", "~> 3.5.12"
end

0 comments on commit a02bf23

Please sign in to comment.