- Updated dependencies
- Updated compile and target sdk version to 33 (thanks to https://github.com/devendroid)
- Updated kotlin and gradle version (thanks to https://github.com/devendroid)
- Fix Google api key with restriction issue (thanks to https://github.com/devendroid)
- Upgrade http (thanks to https://github.com/alxkzmn)
- Added detectLang option - detects source language without translation. Look the example for the more info.
- Made formatting.
- Breaking changes. Now result of translation returns with TranslationModel with two properties
- translatedText
- detectedSourceLanguage This is helps to detect cases when language we translate To is same as the source.
- Fixed readme & description.
- Added first method 'translate' - translate to selected language, autodetect language from given text.