Hi Dev,

Yeah I think I am getting *Java.lang.VerifyError *because of this issue.. :(

Anyway, thnx for the information.. :)


On Thu, Jun 19, 2014 at 5:56 PM, Dave <[email protected]> wrote:

> On Wed, Jun 18, 2014 at 2:47 AM, krish Bhaya <[email protected]>
> wrote:
>
> > Hi,
> >
> > In Android SDK,it is referring to the *"org.usergrid" java* client as
> > below:
> >
> > <dependency>
> > <groupId>*org.usergrid*</groupId>
> > <artifactId>usergrid-java-client</artifactId>
> > <version>0.0.6</version>
> > </dependency>
> >
> > But Usergrid has its own Java SDK. Why don't you referring to that? If
> > we referring to that the dependency should be as below:
> >
> > <dependency>
> >          <groupId>*org.apache.usergrid*</groupId>
> >          <artifactId>usergrid-java-client</artifactId>
> >          <verion>0.0.9-SNAPSHOT</version>
> > </dependency>
> >
>
>
> Yeah, that is a bug. We only need one Usergrid SDK. We should make whatever
> changes are necessary to get the Android SDK using the latest version of
> the Apache Usergrid Java SDK.
>
> - Dave
>

Reply via email to