Skip to content

Commit

Permalink
Reverted a couple library updates because of android version requirem…
Browse files Browse the repository at this point in the history
…ents
  • Loading branch information
christianrowlands committed Jun 11, 2022
1 parent 0d4888a commit 4feee3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MqttLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ ext {

dependencies {

implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'com.google.android.material:material:1.6.1'
implementation 'androidx.appcompat:appcompat: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

0 comments on commit 4feee3d

Please sign in to comment.