Skip to content

Commit

Permalink
Merge pull request #29 from Adyen/release/1.1.0
Browse files Browse the repository at this point in the history
Prepare release 1.1.0
  • Loading branch information
OscarSpruit authored Nov 14, 2024
2 parents 41f3264 + e54bace commit d8b28e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
## New
- For favorites, an icon is displayed in the front of the row.

## Fixed
- Spaces are no longer included when autofilling a number. Thanks to @dhartwich1991!
- For cards, "n/a" is no longer autofilled when the security code is not required.
- When removing input after autofilling, there is no longer an empty tooltip shown.
- It is now possible to autofill on web pages as well. See the note [here](https://github.com/Adyen/adyen-testcards-android?tab=readme-ov-file#usage) on how to enable autofilling for chrome.
- Payment method information can now be copied to the clipboard by long pressing an item.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {
applicationId = "com.adyen.testcards"
minSdk = 26
targetSdk = 35
versionCode = 2
versionCode = 3
versionName = libs.versions.versionName.get()

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ protobuf = "4.28.3"
protobufPlugin = "0.9.4"
retrofit = "2.11.0"
spotless = "7.0.0.BETA2"
versionName = "1.0.0"
versionName = "1.1.0"

[libraries]
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
Expand Down

0 comments on commit d8b28e3

Please sign in to comment.