from previous version everything is work but when I update and sync I got this error message below.
compile ‘com.estimote:sdk:0.8.7@aar’ to compile ‘com.estimote:sdk:0.9.1@aar’
Error:(93, 49) error: no suitable constructor found for Region(String,String,,)
constructor Region.Region(Parcel) is not applicable
(actual and formal argument lists differ in length)
constructor Region.Region(String,UUID,Integer,Integer) is not applicable
(actual argument String cannot be converted to UUID by method invocation conversion)