From cfcea012811698af391d0c4808c42d9d54b45251 Mon Sep 17 00:00:00 2001 From: TDevD Date: Tue, 24 Mar 2020 12:09:23 +0100 Subject: [PATCH] v0.99.92 --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c28a8d37b..09065a4d5 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId 'com.samourai.wallet' minSdkVersion 21 targetSdkVersion 28 - versionCode 159 - versionName "0.99.91" + versionCode 160 + versionName "0.99.92" // Enabling multidex support. multiDexEnabled true } @@ -52,8 +52,8 @@ android { applicationId 'com.samourai.wallet' minSdkVersion 21 targetSdkVersion 28 - versionCode 159 - versionName "0.99.91" + versionCode 160 + versionName "0.99.92" resValue "string", "app_name", "Samourai" resValue "string", "version_name", "0.99.91" }