We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4dd8f commit d444276Copy full SHA for d444276
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [0.68.1]
5
+
6
+### Fixed
7
+- Fixed a crash in single project apps when in PaymentCredentialsListView
8
9
## [0.68.0]
10
11
### Fixed
build.gradle
@@ -33,7 +33,7 @@ allprojects {
33
}
34
35
project.ext {
36
- sdkVersion='0.68.0'
+ sdkVersion='0.68.1'
37
versionCode=1
38
39
compileSdkVersion=31
0 commit comments