rubenlagus / TelegramBotsExample

A simple to use library to create Telegram Bots in Java
GNU General Public License v3.0
479 stars 227 forks source link

Jar for Android? #10

Closed venil7 closed 8 years ago

venil7 commented 9 years ago

is ot possible to compile this into JAR and use in android project?

rubenlagus commented 9 years ago

Have you try running maven with options clean compile assembly:single ?

That should provide a jar, but I've never tested in Android projects. Please if you do, give me feedback ;)

rubenlagus commented 8 years ago

@venil7 A bit late, but extracted everything related to the api to an external project, you may just fetch it using gradly and try it out in android (can't say if it will work): https://jitpack.io/#rubenlagus/TelegramBots/v1.0

venil7 commented 8 years ago

@rubenlagus :+1: