From 671fc515702203b3c1a4d2b0191c283ffc0b3848 Mon Sep 17 00:00:00 2001 From: Damian Mazurkiewicz Date: Sat, 10 Sep 2016 12:19:58 +0100 Subject: [PATCH] Update version code --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c6ae1555..5809b4d6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -40,13 +40,13 @@ android { productFlavors { pro { applicationId 'com.bodyweight.fitness.pro' - versionCode 132 + versionCode 133 versionName "1.3.0" } free { applicationId 'com.bodyweight.fitness.free' - versionCode 132 + versionCode 133 versionName "1.3.0" } }