Skip to content

Commit

Permalink
Merge pull request #24 from Adyen/release/1.0.0
Browse files Browse the repository at this point in the history
Preparing release 1.0.0
  • Loading branch information
OscarSpruit authored Oct 30, 2024
2 parents 3da6784 + 5cda1b3 commit 4936a7a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## New
- For favorites, an icon is displayed in the front of the row.

This is the initial release of Adyen Test Cards for Android 🥳

See the [README](./README.md) for more information on how to install and use the app.
## 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.
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 = 1
versionCode = 2
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.1"
protobufPlugin = "0.9.4"
retrofit = "2.11.0"
spotless = "7.0.0.BETA2"
versionName = "1.0.0-alpha01"
versionName = "1.0.0"

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

0 comments on commit 4936a7a

Please sign in to comment.