Skip to content

Commit 82ffb91

Browse files
0x100ccSheldonYS
authored andcommitted
Update Version to 0.1.2 (#18)
* Update Version 0.1.1 to Version 0.1.2 * Update Api 1.0 to Api 2.0 * Update Download QRImage
1 parent 9bcbb88 commit 82ffb91

File tree

5 files changed

+6
-11
lines changed

5 files changed

+6
-11
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
[![API](https://img.shields.io/badge/API-24%2B-blue.svg?style=flat)](https://android-arsenal.com/api?level=24)
22
[![License](http://img.shields.io/badge/License-Apache%202.0-brightgreen.svg?style=flat)](https://opensource.org/licenses/Apache-2.0)
33
# V Cold Wallet: Android App
4-
## Current release:
5-
- 0.1.1
6-
7-
## Release notes for 0.1.1:
8-
- Conform to V Systems Wallet QR Code API version 1
94

105
## Main Features:
116
- Securely store your private keys on an offline mobile device
@@ -30,4 +25,4 @@
3025
## Download Link:
3126
Scan below using mobile device
3227

33-
![Download Link](https://github.com/virtualeconomy/v-cold-android/raw/master/v-cold-android-0.1.1.png)
28+
![Download Link](https://github.com/virtualeconomy/v-cold-android/raw/master/v-cold-wallet-googleplay-download.png)

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId "systems.v.coldwallet"
77
minSdkVersion 16
88
targetSdkVersion 27
9-
versionCode 2
10-
versionName "0.1.1"
9+
versionCode 3
10+
versionName "0.1.2"
1111
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1212
vectorDrawables.useSupportLibrary = true
1313
multiDexEnabled true

app/src/main/res/values/strings.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747

4848
<!-- Strings related to About us -->
4949
<string name="copyright">Copyright (c) 2018-2019 V SYSTEMS LIMITED</string>
50-
<string name="version_main">V Cold Wallet version 0.1.1</string>
51-
<string name="version_test">V Cold Wallet version 0.1.1(for Testnet)</string>
50+
<string name="version_main">V Cold Wallet version 0.1.2</string>
51+
<string name="version_test">V Cold Wallet version 0.1.2(for Testnet)</string>
5252
<string name="description">V Cold Wallet is a reference implementation of
5353
high security cold storage for the V Systems blockchain network. It
5454
implements V Systems wallet format specification 1.0. and V Systems
55-
wallet QR code API 1.0</string>
55+
wallet QR code API 2.0</string>
5656

5757
<!-- Strings related to Import Seed -->
5858
<string name="import_seed_title_1">Method 1</string>

v-cold-android-0.1.1.png

-4.14 KB
Binary file not shown.
48 KB
Loading

0 commit comments

Comments
 (0)