-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated dependencies and gradle version (#9)
- Loading branch information
1 parent
e5df36d
commit 44ea268
Showing
5 changed files
with
42 additions
and
17 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 |
---|---|---|
@@ -1,2 +1,11 @@ | ||
.DS_Store | ||
.idea | ||
sub*.iml | ||
.gradle | ||
/local.properties | ||
/build | ||
/captures | ||
.externalNativeBuild | ||
.cxx | ||
/keystore.properties | ||
/*.gpg |
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 |
---|---|---|
@@ -1,13 +1,27 @@ | ||
# Changelog | ||
|
||
## [4.0.1] - 2024-02-26 | ||
|
||
### Changed | ||
|
||
- **Android Gradle Plugin**: Updated to version 7.4.2. | ||
- **Gradle**: Updated to version 7.6.4. | ||
- **Compile SDK API version**: Updated to 33. | ||
- **Java compile version**: Updated to v17. | ||
- **Appcompat**: Updated to version 1.6.1. | ||
- **Android browser** updated to version 1.5.0 | ||
|
||
## [4.0.0] - 2023-03-21 | ||
|
||
### Removed | ||
|
||
- Delegate events. | ||
- Trustly `.onRedirect` event is no longer publicly exposed as tampering with the redirect URL could cause isses with bank redirects | ||
|
||
### Added | ||
|
||
- Possibility for custom handlers for `.onSuccess`, `.onError` and `.onAbort` by providing lambdas. It's now possible to pick and choose for which events you want to provide custom handlers. | ||
|
||
### Changed | ||
|
||
- MinSdk version is now 21 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Thu Sep 24 10:49:58 CEST 2020 | ||
#Sun Feb 25 21:06:57 CET 2024 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-all.zip |