Skip to content

Commit

Permalink
feat: releasing android 6.3.1 (#2318)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry-Borodin authored Jan 31, 2024
1 parent 3c483a2 commit 66ddf93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "io.parity.signer"
minSdk 23
targetSdk 34
versionCode 60300
versionName "6.3.0"
versionCode 60301
versionName "6.3.1"
ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
}
Expand Down

0 comments on commit 66ddf93

Please sign in to comment.