Skip to content

Commit

Permalink
- Done #43
Browse files Browse the repository at this point in the history
- Done #42
  • Loading branch information
JOSE GUADALUPE TORRES FUENTES committed Mar 22, 2016
1 parent 64638a6 commit 996629f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions BentoDrive/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ android {
applicationId "com.bentonow.drive"
minSdkVersion 14
targetSdkVersion 22
versionCode 8
versionName '1.2-rc8'
versionCode 9
versionName '1.2-rc9'
}
buildTypes {
release {
Expand All @@ -47,11 +47,11 @@ android {
productFlavors {
production {
applicationId "com.bentonow.drive"
versionName '1.2-rc8'
versionName '1.2-rc9'
}
stage {
applicationId "com.bentonow.drive.stage"
versionName '1.2-rc8-dev'
versionName '1.2-rc9-dev'
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ protected void onResume() {
if (webSocketService != null && !sOrderId.equals("")) {
webSocketService.setWebSocketLister(OrderAssignedActivity.this);
if (!webSocketService.getListTask().get(0).getOrderId().equals(sOrderId)) {
finish();
finish();
}
}

Expand Down

0 comments on commit 996629f

Please sign in to comment.