From 2d74281b31dd4120b10a1cd5f6fedd7a831052bf Mon Sep 17 00:00:00 2001 From: m2049r Date: Fri, 12 Oct 2018 23:05:14 +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 0e9ec15..0f5a326 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.m2049r.xmrwallet" minSdkVersion 21 targetSdkVersion 27 - versionCode 132 - versionName "1.8.2 'Bullets And Octane-Pirates'" + versionCode 133 + versionName "1.8.3 'Bullets And Octane-Pirates'" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" externalNativeBuild { cmake {