From b576a9de3d4a304cc7cbb90ba4797288c5e2bd73 Mon Sep 17 00:00:00 2001 From: m2049r Date: Sun, 5 Sep 2021 21:42:55 +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 9a8a6f4..0117341 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.m2049r.xmrwallet" minSdkVersion 21 targetSdkVersion 30 - versionCode 1008 - versionName "2.0.8 'Puginarug'" + versionCode 1100 + versionName "2.1.0 'Vertant'" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" externalNativeBuild { cmake {