Skip to content

Commit e10ef2d

Browse files
committed
Fix crash for unparcellable extrinsics
1 parent 5e44c0c commit e10ef2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ buildscript {
22
ext {
33
// App version
44
versionName = '1.2.1'
5-
versionCode = 9
5+
versionCode = 10
66

77
// SDK and tools
88
compileSdkVersion = 29
@@ -40,7 +40,7 @@ buildscript {
4040

4141
bouncyCastleVersion = '1.60'
4242

43-
fearlessLibVersion = '1.0.47'
43+
fearlessLibVersion = '1.0.48'
4444

4545
gifVersion = '1.2.19'
4646

0 commit comments

Comments
 (0)