From 74d03665ada71293c1411a7076d64220f15c1e39 Mon Sep 17 00:00:00 2001 From: Romain Bertozzi <romain.bertozzi@savoirfairelinux.com> Date: Fri, 20 May 2016 14:29:00 -0400 Subject: [PATCH] packaging: bump version Change-Id: If9cfa36734ccc2296fde4d1453dde76b44dabe06 --- ring-android/app/src/main/AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ring-android/app/src/main/AndroidManifest.xml b/ring-android/app/src/main/AndroidManifest.xml index 5c86b345b..22d42b138 100644 --- a/ring-android/app/src/main/AndroidManifest.xml +++ b/ring-android/app/src/main/AndroidManifest.xml @@ -20,8 +20,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="cx.ring" android:installLocation="auto" - android:versionCode="43" - android:versionName="20160505"> + android:versionCode="44" + android:versionName="20160520"> <uses-sdk android:minSdkVersion="16" -- GitLab