From 0443fd808cce5c9d570852000b5fddb770f79662 Mon Sep 17 00:00:00 2001 From: m2049r Date: Wed, 17 Feb 2021 00:16:24 +0100 Subject: [PATCH] bump version (consolidating with play release) --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 8e4a678..7c551c1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.m2049r.xmrwallet" minSdkVersion 21 targetSdkVersion 29 - versionCode 705 - versionName "1.17.5.1 'Druk'" + versionCode 706 + versionName "1.17.6 'Druk'" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" externalNativeBuild { cmake {