From 3c4ba59360bf6dd6fdc0ab6d8718f88293fbac88 Mon Sep 17 00:00:00 2001 From: Julius Date: Tue, 30 Jan 2018 23:12:41 +0200 Subject: [PATCH] setup library update to fix nullpointerexception on setup cancellation, changelog update --- CHANGELOG | 4 ++++ app/build.gradle | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 964a3dfd..15635bbf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +2.1.1 +====== +* NullPointerException fix on setup cancellation. + 2.1.0 ====== * Android & Particle libraries updated. diff --git a/app/build.gradle b/app/build.gradle index 4c73bdc7..e7254544 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 @@ -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