-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade dependencies, Remove outdated (#47)
* * Upgrade Kotlin 1.5.31 -> 1.6.21 * Upgrade Grade Build Tool 4.0.0 -> 7.2.1 * Upgrade Gradle 6.1.1 -> 7.4.2 * sourceCompatibility/targetCompatibility Java 8 -> Java 11 * (sample) app module depends on library module directly instead of using Jitpack * Upgrade all dependencies - Remove jcenter() * + CHANGELOG.md * + ViewBinding - Kotlin Android Extensions * * Fix trustwallet-core dep. version * * Update CHANGELOG.md Co-authored-by: Viacheslav Kulish <[email protected]>
- Loading branch information
Showing
7 changed files
with
134 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project | ||
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
### Added | ||
|
||
- [Sample app](app) | ||
- [CHANGELOG.md](CHANGELOG.md) | ||
- `ViewBinding` | ||
|
||
### Changed | ||
|
||
- [README.md](README.md) | ||
- Upgrade Kotlin, Gradle, all dependencies | ||
- sourceCompatibility/targetCompatibility Java 8 -> Java 11 | ||
- (sample) app module depends on library module directly instead of using Jitpack | ||
|
||
### Removed | ||
|
||
- jcenter() | ||
- `appcompat-v7` dependency from library | ||
- `kotlin android extensions` | ||
|
||
### Fixed | ||
|
||
- `trustwallet:wallet-core` dep. version in sample app | ||
|
||
## [1.5.4] - 2021-11-11 | ||
|
||
### Changed | ||
|
||
- Allow chain changes on session approve | ||
|
||
## [1.5.3] - 2021-10-06 | ||
|
||
### Added | ||
|
||
- EIP-1559 fields to ETH transaction model | ||
|
||
## [1.5.2] - 2021-05-15 | ||
|
||
### Fixed | ||
|
||
- Parse ETH transaction payload params ([#26](https://github.com/trustwallet/wallet-connect-kotlin/issues/26)) | ||
|
||
## [1.5.1] - 2021-05-14 | ||
|
||
### Fixed | ||
|
||
- Parse ETH transaction payload params ([#26](https://github.com/trustwallet/wallet-connect-kotlin/issues/26)) | ||
|
||
## [1.5.0] - 2020-09-30 | ||
|
||
### Added | ||
|
||
- Persist chainId | ||
|
||
## [1.4.9] - 2020-06-16 | ||
|
||
### Added | ||
|
||
- Decode gas and gasLimit in WCEthereumTransaction | ||
|
||
### Changed | ||
|
||
- Upgrade Gradle dependencies | ||
|
||
|
||
[Unreleased]: https://github.com/trustwallet/wallet-connect-kotlin/compare/1.0.0...HEAD | ||
|
||
[1.5.4]: https://github.com/trustwallet/wallet-connect-kotlin/compare/1.5.3...1.5.4 | ||
|
||
[1.5.3]: https://github.com/trustwallet/wallet-connect-kotlin/compare/1.5.2...1.5.3 | ||
|
||
[1.5.2]: https://github.com/trustwallet/wallet-connect-kotlin/compare/1.5.1...1.5.2 | ||
|
||
[1.5.1]: https://github.com/trustwallet/wallet-connect-kotlin/compare/1.5.0...1.5.1 | ||
|
||
[1.5.0]: https://github.com/trustwallet/wallet-connect-kotlin/compare/1.4.9...1.5.0 | ||
|
||
[1.4.9]: https://github.com/trustwallet/wallet-connect-kotlin/compare/1.4.8...1.4.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters