Skip to content

Commit

Permalink
Merge pull request #48 from ssyijiu/master
Browse files Browse the repository at this point in the history
release v0.2.3
  • Loading branch information
ssyijiu authored Sep 30, 2018
2 parents 1d106b3 + 8185f59 commit eb355fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "io.xdag.xdagwallet"
minSdkVersion min_version
targetSdkVersion target_version
versionCode 22
versionName "0.2.2"
versionCode 23
versionName "0.2.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {
Expand Down
4 changes: 2 additions & 2 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"versionCode": 22,
"versionName": "0.2.2",
"versionCode": 23,
"versionName": "0.2.3",
"url": "https://github.com/XDagger/android-wallet/releases/download/release_0.2.2/android_wallet_release_v0.2.2.apk"
}

0 comments on commit eb355fc

Please sign in to comment.