Update build.gradle

This commit is contained in:
Guilherme Gazzo 2017-11-06 11:54:44 -02:00 committed by GitHub
parent 0a2ee246bd
commit 4de4aa9ba8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -97,8 +97,8 @@ android {
applicationId "chat.rocket.reactnative"
minSdkVersion 16
targetSdkVersion 22
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1"
ndk {
abiFilters "armeabi-v7a", "x86"
}