w3-engineers/telemesh

Separate Viper module from App and create AAR file

Closed this issue · 2 comments

I'm submitting a ...

  • feature request
  • support request

Expected Behavior

Viper module is used to provide set of api through which application layer communicates with communication layer. It should be added via gradle dependency

What is the motivation / use case for changing the behavior?

Now a day's most of the popular library introduce gradle dependency and it's the standard way of adding support library on android studio.

Hello
Initially upload all new files in app modules and also upload the viper modules file that consists AIDL service for communicating with mesh layer and connecting with app module for passing data.

Hello,
Now separately exposed viper as a open source project and also made a .ARR file to use in gradle.
Thanks.