We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1bce29 commit aa02b89Copy full SHA for aa02b89
RELEASE_NOTES.md
@@ -1,3 +1,11 @@
1
+# 0.1.4
2
+
3
+- Fixed complete JS breakdown because of illegal `innerHTML` calls in conjunction with
4
+ `require-trusted-types-for` Content-Security-Policy.
5
+- Updated dependencies and SDK.
6
+- Fixed `LocalContainer` not adhering to specifications.
7
+- Appeased ktlintcheck.
8
9
# 0.1.3
10
11
* Replaced app icon with new SIROS logo.
gradle.properties
@@ -22,5 +22,5 @@ kotlin.code.style=official
22
# thereby reducing the size of the R class for that library
23
android.nonTransitiveRClass=true
24
25
-wallet.versionCode = 22
26
-wallet.versionName = 0.1.3
+wallet.versionCode = 23
+wallet.versionName = 0.1.4
0 commit comments