From 8bee2b436c3e5005a3ace56b8986a60da16bc920 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Mon, 9 Jul 2018 19:06:51 -0400 Subject: [PATCH] Bump Android build number to 125 (#1907) --- 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 f0bd90b32..db71396c3 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 124 + versionCode 125 versionName "1.10.0" ndk { abiFilters "armeabi-v7a", "x86"