From 7fc2dc3ba1d6209ee34fb19ea857839cf19f1053 Mon Sep 17 00:00:00 2001 From: m2049r Date: Wed, 8 Aug 2018 22:10:39 +0200 Subject: [PATCH] bump version code --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 4445b5c..887f11d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.m2049r.xmrwallet" minSdkVersion 21 targetSdkVersion 25 - versionCode 112 - versionName "1.6.2 'Nano S'" + versionCode 113 + versionName "1.6.3 'Nano S'" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" externalNativeBuild { cmake {