File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
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.2 methods
7
+ - Full support of all Bot API 7.8 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.7 .0'
16
+ implementation 'com.github.pengrad:java-telegram-bot-api:7.8 .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.7 .0</version >
23
+ <version >7.8 .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.2
7
+ - Полная поддержка всех методов BOT API 7.8
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.7 .0'
16
+ implementation 'com.github.pengrad:java-telegram-bot-api:7.8 .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.7 .0</version >
23
+ <version >7.8 .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.7 .0
2
+ VERSION_NAME =7.8 .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 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http ://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns =" http://maven.apache.org/POM/4.0.0"
2
+ <project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https ://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns =" http://maven.apache.org/POM/4.0.0"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
4
4
<!-- This module was also published with a richer model, Gradle metadata, -->
5
5
<!-- which should be used instead. Do not delete the following line which -->
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.7 .0</version >
12
+ <version >7.8 .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