This commit is contained in:
Milos Kozak 2017-05-16 09:47:23 +02:00
commit 54758d08d8
2 changed files with 2 additions and 2 deletions

View file

@ -412,7 +412,7 @@ public class IobCobCalculatorPlugin implements PluginBase {
//log.debug("Locking detectSensitivity"); //log.debug("Locking detectSensitivity");
synchronized (dataLock) { synchronized (dataLock) {
if (autosensDataTable == null || autosensDataTable.size() < 4) { if (autosensDataTable == null || autosensDataTable.size() < 4) {
log.debug("No bucketed data available"); log.debug("No autosens data available");
return new AutosensResult(); return new AutosensResult();
} }

View file

@ -5,7 +5,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:2.3.1' classpath 'com.android.tools.build:gradle:2.3.2'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files