From 96cf9ee95e1c55e7fd53fe3e4c9402615e56cd14 Mon Sep 17 00:00:00 2001 From: m2049r <30435443+m2049r@users.noreply.github.com> Date: Fri, 29 Sep 2017 19:21:11 +0200 Subject: [PATCH] new version (#91) --- README.md | 2 +- app/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 66d3c67..7b7b95a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ You may lose all your Moneroj if you use this App. Be cautious when spending on - Based off monero v0.11.0.0 with PR #2289 applied - currently only android32 (runs on 64-bit as well) - works on the testnet & mainnet -- takes forever to sync due to 32-bit architecture +- sync is slow due to 32-bit architecture - use your own daemon - it's easy - screen stays on until first sync is complete - saves wallet only on first sync and when sending transactions or editing notes diff --git a/app/build.gradle b/app/build.gradle index c687233..f9489dc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.m2049r.xmrwallet" minSdkVersion 21 targetSdkVersion 25 - versionCode 21 - versionName "0.8.0.8" + versionCode 22 + versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" externalNativeBuild { cmake {