Merge branch 'android-version'

This commit is contained in:
Lyubomir Marinov 2016-12-06 14:26:23 -06:00
commit 727df551e6
2 changed files with 3 additions and 2 deletions

View File

@ -101,8 +101,8 @@ android {
applicationId 'org.jitsi.jitsi_meet_react'
minSdkVersion 16
targetSdkVersion 22
versionCode 1
versionName '1.0'
versionCode Integer.parseInt("${version}")
versionName "1.0.${version}"
ndk {
abiFilters 'armeabi-v7a', 'x86'
}

View File

@ -18,3 +18,4 @@
# org.gradle.parallel=true
android.useDeprecatedNdk=true
version=1