File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
[ ![ codecov] ( https://codecov.io/gh/pengrad/java-telegram-bot-api/branch/master/graph/badge.svg )] ( https://codecov.io/gh/pengrad/java-telegram-bot-api )
5
5
6
6
Java library for interacting with [ Telegram Bot API] ( https://core.telegram.org/bots/api )
7
- - Full support of all Bot API 7.1 methods
7
+ - Full support of all Bot API 7.2 methods
8
8
- Telegram [ Passport] ( https://core.telegram.org/passport ) and Decryption API
9
9
- Bot [ Payments] ( https://core.telegram.org/bots/payments )
10
10
- [ Gaming Platform] ( https://telegram.org/blog/games )
@@ -13,14 +13,14 @@ Java library for interacting with [Telegram Bot API](https://core.telegram.org/b
13
13
14
14
Gradle:
15
15
``` groovy
16
- implementation 'com.github.pengrad:java-telegram-bot-api:7.1.1 '
16
+ implementation 'com.github.pengrad:java-telegram-bot-api:7.2.0 '
17
17
```
18
18
Maven:
19
19
``` xml
20
20
<dependency >
21
21
<groupId >com.github.pengrad</groupId >
22
22
<artifactId >java-telegram-bot-api</artifactId >
23
- <version >7.1.1 </version >
23
+ <version >7.2.0 </version >
24
24
</dependency >
25
25
```
26
26
[ JAR with all dependencies on release page] ( https://github.com/pengrad/java-telegram-bot-api/releases )
Original file line number Diff line number Diff line change 4
4
[ ![ codecov] ( https://codecov.io/gh/pengrad/java-telegram-bot-api/branch/master/graph/badge.svg )] ( https://codecov.io/gh/pengrad/java-telegram-bot-api )
5
5
6
6
Java библиотека, созданная для работы с [ Telegram Bot API] ( https://core.telegram.org/bots/api )
7
- - Полная поддержка всех методов BOT API 7.1
7
+ - Полная поддержка всех методов BOT API 7.2
8
8
- Поддержка Telegram [ паспорта] ( https://core.telegram.org/passport ) и дешифровки (Decryption API);
9
9
- Поддержка [ платежей] ( https://core.telegram.org/bots/payments ) ;
10
10
- [ Игровая платформа] ( https://telegram.org/blog/games ) .
@@ -13,14 +13,14 @@ Java библиотека, созданная для работы с [Telegram B
13
13
14
14
Gradle:
15
15
``` groovy
16
- implementation 'com.github.pengrad:java-telegram-bot-api:7.1.1 '
16
+ implementation 'com.github.pengrad:java-telegram-bot-api:7.2.0 '
17
17
```
18
18
Maven:
19
19
``` xml
20
20
<dependency >
21
21
<groupId >com.github.pengrad</groupId >
22
22
<artifactId >java-telegram-bot-api</artifactId >
23
- <version >7.1.1 </version >
23
+ <version >7.2.0 </version >
24
24
</dependency >
25
25
```
26
26
Также JAR со всеми зависимостями можно найти [ в релизах] ( https://github.com/pengrad/java-telegram-bot-api/releases ) .
Original file line number Diff line number Diff line change 1
1
GROUP =com.github.pengrad
2
- VERSION_NAME =7.1.1
2
+ VERSION_NAME =7.2.0
3
3
4
4
POM_DESCRIPTION =Java API for Telegram Bot API
5
5
POM_URL =https://github.com/pengrad/java-telegram-bot-api/
Original file line number Diff line number Diff line change 9
9
<modelVersion >4.0.0</modelVersion >
10
10
<groupId >com.github.pengrad</groupId >
11
11
<artifactId >java-telegram-bot-api</artifactId >
12
- <version >7.1.1 </version >
12
+ <version >7.2.0 </version >
13
13
<name >JavaTelegramBotApi</name >
14
14
<description >Java API for Telegram Bot API</description >
15
15
<url >https://github.com/pengrad/java-telegram-bot-api/</url >
You can’t perform that action at this time.
0 commit comments