1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-06-03 00:15:27 +00:00

add information about migration in examples project

This commit is contained in:
InsanusMokrassar 2020-10-04 17:35:24 +06:00
parent a52a62837e
commit 959136479e

View File

@ -6,10 +6,11 @@
* ***PROJECT PACKAGES WERE CHANGED*** * ***PROJECT PACKAGES WERE CHANGED***
* Packages in the whole project were changed `com.github.insanusmokrassar.TelegramBotAPI` -> `dev.inmo.tgbotapi` * Packages in the whole project were changed `com.github.insanusmokrassar.TelegramBotAPI` -> `dev.inmo.tgbotapi`
* Project group in repositories were changed: `com.github.insanusmokrassar` -> `dev.inmo` * Project group in repositories were changed: `com.github.insanusmokrassar` -> `dev.inmo`
* Migration: * Migration ([Examples migration](https://github.com/InsanusMokrassar/TelegramBotAPI-examples/pull/11)):
1. Change implementation in your gradle files: 1. Change implementation in your gradle files:
* `implementation "com.github.insanusmokrassar:..."` -> `implementation "dev.inmo:..."` * `implementation "com.github.insanusmokrassar:..."` -> `implementation "dev.inmo:..."`
2. Replace packages `com.github.insanusmokrassar.TelegramBotAPI` in the whole project by `dev.inmo.tgbotapi` 2. Replace packages `com.github.insanusmokrassar.TelegramBotAPI` in the whole project by `dev.inmo.tgbotapi`
* `TelegramBotAPI-core`: * `TelegramBotAPI-core`:
* Now in forward info you can get `ForwardFromSupergroupInfo` * Now in forward info you can get `ForwardFromSupergroupInfo`