Skip to content

Commit

Permalink
Updated the material library
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrowlands committed Jul 10, 2021
1 parent 3f7b3cc commit 0ba6261
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion MqttLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ext {
dependencies {

implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'com.google.android.material:material:1.3.0'
implementation 'com.google.android.material:material:1.4.0'
compileOnly 'com.google.android.things:androidthings:1.0'

implementation 'com.hivemq:hivemq-mqtt-client:1.2.2'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,6 @@ protected void updateUiState(ConnectionState connectionState)

try
{

switch (connectionState)
{
case DISCONNECTED:
Expand Down

0 comments on commit 0ba6261

Please sign in to comment.