Skip to content

Commit

Permalink
Bump version to 3.8.13, update Radar SDK to 3.8.14 (#267) (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
KennyHuRadar authored Nov 9, 2023
1 parent 3124fd2 commit a8daecd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.8.12'
versionName '3.8.13'
}
lintOptions {
abortOnError false
Expand All @@ -45,5 +45,5 @@ repositories {

dependencies {
api 'com.facebook.react:react-native:+'
api 'io.radar:sdk:3.8.12'
api 'io.radar:sdk:3.8.14'
}
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion 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.8.12",
"version": "3.8.13",
"main": "js/index.js",
"files": [
"android",
Expand Down

0 comments on commit a8daecd

Please sign in to comment.