From ddbca980263a35743e72f92ddeb55ec88b51e13c Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Wed, 4 Jul 2018 10:50:39 -0400 Subject: [PATCH] Bump Android build number to 122 (#1883) --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 1918a1df4..8a2647fed 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -113,7 +113,7 @@ android { applicationId "com.mattermost.rnbeta" minSdkVersion 21 targetSdkVersion 23 - versionCode 121 + versionCode 122 versionName "1.10.0" ndk { abiFilters "armeabi-v7a", "x86"