File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33[ ![ Build Status] ( https://travis-ci.org/pengrad/java-telegram-bot-api.svg?branch=master )] ( https://travis-ci.org/pengrad/java-telegram-bot-api )
44[ ![ codecov] ( https://codecov.io/gh/pengrad/java-telegram-bot-api/branch/master/graph/badge.svg )] ( https://codecov.io/gh/pengrad/java-telegram-bot-api )
55
6- Full support of all Bot API 3.2 methods with Payment and Gaming Platform
6+ Full support of all Bot API 3.4 methods with Payment and Gaming Platform
77
88## Download
99
1010Gradle:
1111``` groovy
12- compile 'com.github.pengrad:java-telegram-bot-api:3.3 .0'
12+ compile 'com.github.pengrad:java-telegram-bot-api:3.4 .0'
1313```
1414Maven:
1515``` xml
1616<dependency >
1717 <groupId >com.github.pengrad</groupId >
1818 <artifactId >java-telegram-bot-api</artifactId >
19- <version >3.3 .0</version >
19+ <version >3.4 .0</version >
2020</dependency >
2121```
2222JAR-file:
Original file line number Diff line number Diff line change 11GROUP =com.github.pengrad
2- VERSION_NAME =3.3 .0
2+ VERSION_NAME =3.4 .0
33
44POM_DESCRIPTION =Java API for Telegram Bot API
55POM_URL =https://github.com/pengrad/java-telegram-bot-api/
You can’t perform that action at this time.
0 commit comments