Skip to content

Commit 3699e4e

Browse files
committed
Prepare release 1.1.2
1 parent 9e5ce57 commit 3699e4e

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

RELEASE_NOTES.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
## New
2-
- The Dankort and JCB credit card brands are now fully supported.
3-
41
## Fixed
5-
- The app no longer crashes when scrolling down.
2+
- Autofill will now open without crashing on older Android versions

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ android {
1919
applicationId = "com.adyen.testcards"
2020
minSdk = 26
2121
targetSdk = 35
22-
versionCode = 4
22+
versionCode = 5
2323
versionName = libs.versions.versionName.get()
2424

2525
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ protobuf = "4.30.2"
1818
protobufPlugin = "0.9.4"
1919
retrofit = "2.11.0"
2020
spotless = "7.0.0.BETA2"
21-
versionName = "1.1.1"
21+
versionName = "1.1.2"
2222

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

0 commit comments

Comments
 (0)