From c8c154375c1be12ca879bd7e9dad7678dbe0b2e4 Mon Sep 17 00:00:00 2001 From: Hadrien De Sousa <hadrien.desousa@savoirfairelinux.com> Date: Tue, 13 Jun 2017 09:41:16 -0400 Subject: [PATCH] bump version to 82 Change-Id: Idf36ac794d29c7b80187861304d6b559954c78c3 --- 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 eb1c2f857..4e6a9a3fe 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="81" - android:versionName="20170531"> + android:versionCode="82" + android:versionName="20170613"> <supports-screens android:anyDensity="true" -- GitLab