Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Update Android Proximity SDK 0.6.0 => 0.6.2
Browse files Browse the repository at this point in the history
0.6.2 fixes a bug where beacons with no attachments trigger an error.
  • Loading branch information
heypiotr committed Jul 17, 2018
1 parent 1cc298d commit 28af659
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Expand Up @@ -30,7 +30,7 @@ repositories {

dependencies {
compile 'com.facebook.react:react-native:+'
compile('com.estimote:proximity-sdk:0.6.0') {
compile('com.estimote:proximity-sdk:0.6.2') {
exclude module: 'support-core-utils'
}
}
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -12,7 +12,7 @@ const { RNEstimoteProximity } = NativeModules;
const RNEstimoteProximityEmitter = new NativeEventEmitter(RNEstimoteProximity);

export class ProximityContext {
tag: String;
tag: string;
attachments: { [string]: string };
deviceIdentifier: string;

Expand Down

0 comments on commit 28af659

Please sign in to comment.