From 9fb43ea8f3eb0f4652ec5cdf3644d49cb37c3b28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Barth=C3=A9l=C3=A9my?= Date: Wed, 25 Feb 2015 22:35:59 +0100 Subject: [PATCH] Bump to the version code 3 because I have already upload the version 2 to the play store to enable the in-app purchases. Mistake were made ~ --- CameraColorPicker/app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CameraColorPicker/app/build.gradle b/CameraColorPicker/app/build.gradle index f3028f1..6546651 100644 --- a/CameraColorPicker/app/build.gradle +++ b/CameraColorPicker/app/build.gradle @@ -19,13 +19,13 @@ android { productFlavors { googleplay { - versionCode 2 - versionName "gp-0.0.2" + versionCode 3 + versionName "gp-0.0.3" } foss { - versionCode 2 - versionName "foss-0.0.2" + versionCode 3 + versionName "foss-0.0.3" } } }