From 52cef9b889909c6270ff6f211f4dca2fa989f1bb Mon Sep 17 00:00:00 2001 From: Marat Subkhankulov Date: Wed, 29 Nov 2017 17:34:00 -0800 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 a165d3254..8b254d48c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.wallet.crypto.trustapp" minSdkVersion 15 targetSdkVersion 26 - versionCode 11 - versionName "1.3.7" + versionCode 12 + versionName "1.3.8" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true multiDexEnabled = true