pengrad / java-telegram-bot-api

Telegram Bot API for Java
https://core.telegram.org/bots
Apache License 2.0
1.81k stars 374 forks source link

use with Android? #1

Closed venil7 closed 9 years ago

venil7 commented 9 years ago

I get the following message from build process "major version 52 is newer than 51, the highest major version supported by this compiler. [javac] It is recommended that the compiler be upgraded."

which suggests that library requires Java 8 is there no way to use it with Android?

pengrad commented 9 years ago

Thanks for issue. Please use new version built with Java 6. compile 'com.github.pengrad:java-telegram-bot-api:1.0.3'

venil7 commented 9 years ago

@pengrad thanks