Bump app version to 1.9.3

This commit is contained in:
Elias Nahum
2018-07-03 10:29:33 -04:00
parent 8c066e0ba3
commit 2ec26e2a0a
5 changed files with 10 additions and 10 deletions

View File

@@ -113,8 +113,8 @@ android {
applicationId "com.mattermost.rnbeta"
minSdkVersion 21
targetSdkVersion 23
versionCode 117
versionName "1.9.2"
versionCode 118
versionName "1.9.3"
ndk {
abiFilters "armeabi-v7a", "x86"
}