File tree Expand file tree Collapse file tree 5 files changed +6
-11
lines changed Expand file tree Collapse file tree 5 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ API] ( https://img.shields.io/badge/API-24%2B-blue.svg?style=flat )] ( https://android-arsenal.com/api?level=24 )
2
2
[ ![ License] ( http://img.shields.io/badge/License-Apache%202.0-brightgreen.svg?style=flat )] ( https://opensource.org/licenses/Apache-2.0 )
3
3
# 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
9
4
10
5
## Main Features:
11
6
- Securely store your private keys on an offline mobile device
30
25
## Download Link:
31
26
Scan below using mobile device
32
27
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 )
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ android {
6
6
applicationId " systems.v.coldwallet"
7
7
minSdkVersion 16
8
8
targetSdkVersion 27
9
- versionCode 2
10
- versionName " 0.1.1 "
9
+ versionCode 3
10
+ versionName " 0.1.2 "
11
11
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
12
12
vectorDrawables. useSupportLibrary = true
13
13
multiDexEnabled true
Original file line number Diff line number Diff line change 47
47
48
48
<!-- Strings related to About us -->
49
49
<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 >
52
52
<string name =" description" >V Cold Wallet is a reference implementation of
53
53
high security cold storage for the V Systems blockchain network. It
54
54
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 >
56
56
57
57
<!-- Strings related to Import Seed -->
58
58
<string name =" import_seed_title_1" >Method 1</string >
You can’t perform that action at this time.
0 commit comments