Skip to content

Commit

Permalink
Release 4.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwaro committed Apr 1, 2020
1 parent 17a7ebc commit aac522b
Show file tree
Hide file tree
Showing 3 changed files with 217 additions and 19 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ android {
applicationId "io.goldwallet.wallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2
versionName "4.8.2"
versionCode 4
versionName "4.8.3"
multiDexEnabled true
missingDimensionStrategy 'react-native-camera', 'general'
}
Expand Down
230 changes: 214 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "GoldWallet",
"version": "4.8.2",
"version": "4.8.3",
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/runtime": "^7.5.1",
Expand Down

0 comments on commit aac522b

Please sign in to comment.