From 8930812da11e3fa1f5c561393a1fb231865e91e6 Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Sat, 9 Nov 2013 22:13:06 +0000 Subject: [PATCH] mobile test builds: include commit count - which is used as the version code - in the version name string --- mobile/build-test.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/build-test.xml b/mobile/build-test.xml index 3ba5fa44..69ef2482 100644 --- a/mobile/build-test.xml +++ b/mobile/build-test.xml @@ -142,8 +142,8 @@ + match='android:versionName="(\d+(\.\d+)*)"' + replace='android:versionName="\1.${git.commits}.${git.version}"' />