Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pandric committed Feb 22, 2017
2 parents 2552745 + caf2db3 commit fe053d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This guide is designed to get you up and running with Mobile Messaging SDK integ
```groovy
dependencies {
...
compile ('org.infobip.mobile.messaging.api:infobip-mobile-messaging-android-sdk:1.3.30@aar') {
compile ('org.infobip.mobile.messaging.api:infobip-mobile-messaging-android-sdk:1.3.31@aar') {
transitive = true;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ public void startGeoMonitoringIfNecessary() {

void activateGeofencing(Geofencing geofencing) {
this.geofencing = geofencing;
if (geofencing == null) return;
setGeofencingActivated(context, true);
geofencing.startGeoMonitoring();
}
Expand Down

0 comments on commit fe053d7

Please sign in to comment.