Skip to content

Commit

Permalink
Merge pull request #40 from particle-iot/setup_update
Browse files Browse the repository at this point in the history
setup library update to fix nullpointerexception on setup cancellatio…
  • Loading branch information
CityVibes authored Jan 31, 2018
2 parents 3457f21 + 3c4ba59 commit cf798ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.1.1
======
* NullPointerException fix on setup cancellation.

2.1.0
======
* Android & Particle libraries updated.
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
applicationId 'io.particle.android.app'
minSdkVersion 15
targetSdkVersion 27
versionCode 50
versionName "2.1.0"
versionCode 51
versionName "2.1.1"

multiDexEnabled true
vectorDrawables.useSupportLibrary = true
Expand Down Expand Up @@ -67,7 +67,7 @@ dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')

compile 'io.particle:cloudsdk:0.4.8'
compile 'io.particle:devicesetup:0.5.0'
compile 'io.particle:devicesetup:0.5.1'

// FIXME: look into getting rid of this 3rd party button now that the support lib has a FAB.
// Support lib doesn't do the "speed dial" pattern off of FABs though, so that would have to be
Expand Down

0 comments on commit cf798ef

Please sign in to comment.