taplytics / Taplytics-Android-SDK

Taplytics Android SDK
http://taplytics.com
19 stars 9 forks source link

incompatible types: TaplyticsRunningExperimentsListener is not a functional interface #21

Closed raymondctc closed 8 years ago

raymondctc commented 8 years ago

We are trying to include Taplytics 1.9.7 to our app, however when we try to compile, it fails:

incompatible types: TaplyticsRunningExperimentsListener is not a functional interface

Falling back to 1.9.5 seems good. FYI, We have included retrolambda in our app.

VicV commented 8 years ago

@raymondctc its not an interface anymore.

VicV commented 8 years ago

It is a class with a method, called as a simple callback.

VicV commented 8 years ago

Let me know if that helps out. It has some logic behind it internally now so I switched it up.

raymondctc commented 8 years ago

Ah... I see, thanks @VicV, I'll now close this issue

VicV commented 8 years ago

@raymondctc in 1.10.4 it has been replaced again as an interface, FYI.