From 506e6ce0175dc33d15b477a189dcaa7885d4ec6d Mon Sep 17 00:00:00 2001 From: m2049r Date: Wed, 27 Oct 2021 08:37:52 +0200 Subject: [PATCH] bump version --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 629dd6c1..d0912531 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.m2049r.xmrwallet" minSdkVersion 21 targetSdkVersion 30 - versionCode 1101 - versionName "2.1.1 'Vertant'" + versionCode 1102 + versionName "2.1.2 'Vertant'" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" externalNativeBuild { cmake {