Skip to content

Commit

Permalink
Preparing release 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
queue-it committed Jan 31, 2024
1 parent b811d56 commit 3fc2521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ allprojects {
groupId = 'com.queue-it.androidsdk'
libraryName = 'com.queue_it.androidsdk'
libraryDescription = 'Android SDK to integrate with Queue-it'
libraryVersion = "2.1.5"
libraryVersion = "2.1.6"
organization = "Queue-it"
organizationUrl = "https://queue-it.com"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ private boolean isTargetUri(Uri destinationUri) {
String destinationPath = destinationUri.getPath();

String targetHost = target.getHost();
String targetPath = destinationUri.getPath();
String targetPath = target.getPath();

return destinationHost.equalsIgnoreCase(targetHost)
&& destinationPath.equals(targetPath);
Expand Down

0 comments on commit 3fc2521

Please sign in to comment.