Skip to content

Commit bfb0350

Browse files
Iryna Lytvynenko (GitHub)yLeonidYaroslavLutsenko
authored
[SDL-0236] Update mismatch in TireStatus structure (#1707)
* [0236] - Update TireStatus structure * [0236] - Update tests * [0236] - Rollback of CRLF formatting * [0236] - Fix pr comments * [0236] - Fix PR changes * [0236] - Fix Pr comments * [0236] 'tire status' - update rpc version from 7.1.0 to 8.0.0 * 0236- tire status: add @nullable modifiers to the single tire status, and fix comments. * Return SingleTireStatus (UNKNOWN) instead of null Co-authored-by: kboskin <kboskin> Co-authored-by: leonid l lokhmatov <YLokhmatov@luxoft.com> Co-authored-by: Yaroslav Lutsenko (GitHub) <yaroslav.lutsenko@dxc.com> Co-authored-by: Yaroslav Lutsenko (GitHub) <86004378+YaroslavLutsenko@users.noreply.github.com>
1 parent a140e49 commit bfb0350

2 files changed

Lines changed: 246 additions & 76 deletions

File tree

base/src/main/java/com/smartdevicelink/managers/lifecycle/BaseLifecycleManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
abstract class BaseLifecycleManager {
105105

106106
static final String TAG = "Lifecycle Manager";
107-
public static final Version MAX_SUPPORTED_RPC_VERSION = new Version(7, 1, 0);
107+
public static final Version MAX_SUPPORTED_RPC_VERSION = new Version(8, 0, 0);
108108

109109
// Protected Correlation IDs
110110
private final int REGISTER_APP_INTERFACE_CORRELATION_ID = 65529,

0 commit comments

Comments
 (0)